#ccc5ae color space conversions
Hex:
        #ccc5ae
        RGB:
        204, 197, 174
        CMY:
        20, 23, 32
        CMYK:
        0, 3, 15, 20
      HSL:
        46°, 22.7273%, 74.1176%
        HSV (HSB):
        46°, 14.7059%, 80.0000%
        XYZ:
        52.5081, 55.8259, 48.0524
        xyY:
        0.3358, 0.3570, 55.8259
      CIE-Lab:
        79.5146, -1.4346, 12.4101
        CIE-LCH:
        79.5146, 12.4928, 96.5939
        CIE-Luv:
        79.5146, 5.4535, 18.1417
        Hunter-Lab:
        74.7167, -5.3112, 14.1706
      #ccc5ae color charts
#ccc5ae RGB chart
      #ccc5ae CMYK chart
      #ccc5ae RGB pie chart
      #ccc5ae color shades, tints & tones
#ccc5ae color schemes
#ccc5ae color preview, HTML & CSS examples
           This text has a color of #ccc5ae        
        
          <p style="color:#ccc5ae;">Text here</p>
        
        
          .mytext {color:#ccc5ae;}
        
        Text color #ccc5ae
      
           This box has a color of #ccc5ae        
        
          <div style="background-color:#ccc5ae;">Content here</div>
        
        
          .mybackground {background-color:#ccc5ae;}
        
        Background color #ccc5ae
      
           Border around this has a color of #ccc5ae        
        
          <div style="border:2px solid #ccc5ae;">Content here</div>
        
        
          .myborder {border:2px solid #ccc5ae;}
        
        Border color #ccc5ae