#cdbaac color space conversions
Hex:
        #cdbaac
        RGB:
        205, 186, 172
        CMY:
        20, 27, 33
        CMYK:
        0, 9, 16, 20
      HSL:
        25°, 24.8120%, 73.9216%
        HSV (HSB):
        25°, 16.0976%, 80.3922%
        XYZ:
        50.1821, 51.0755, 46.2434
        xyY:
        0.3402, 0.3463, 51.0755
      CIE-Lab:
        76.7247, 4.4413, 9.5353
        CIE-LCH:
        76.7247, 10.5189, 65.0252
        CIE-Luv:
        76.7247, 12.3055, 12.9474
        Hunter-Lab:
        71.4671, 0.2700, 11.6629
      #cdbaac color charts
#cdbaac RGB chart
      #cdbaac CMYK chart
      #cdbaac RGB pie chart
      #cdbaac color shades, tints & tones
#cdbaac color schemes
#cdbaac color preview, HTML & CSS examples
           This text has a color of #cdbaac        
        
          <p style="color:#cdbaac;">Text here</p>
        
        
          .mytext {color:#cdbaac;}
        
        Text color #cdbaac
      
           This box has a color of #cdbaac        
        
          <div style="background-color:#cdbaac;">Content here</div>
        
        
          .mybackground {background-color:#cdbaac;}
        
        Background color #cdbaac
      
           Border around this has a color of #cdbaac        
        
          <div style="border:2px solid #cdbaac;">Content here</div>
        
        
          .myborder {border:2px solid #cdbaac;}
        
        Border color #cdbaac