#ccc5ac color space conversions
Hex:
        #ccc5ac
        RGB:
        204, 197, 172
        CMY:
        20, 23, 33
        CMYK:
        0, 3, 16, 20
      HSL:
        47°, 23.8806%, 73.7255%
        HSV (HSB):
        47°, 15.6863%, 80.0000%
        XYZ:
        52.3145, 55.7484, 47.0330
        xyY:
        0.3373, 0.3594, 55.7484
      CIE-Lab:
        79.4704, -1.7489, 13.4185
        CIE-LCH:
        79.4704, 13.5320, 97.4260
        CIE-Luv:
        79.4704, 5.5729, 19.5840
        Hunter-Lab:
        74.6649, -5.5962, 14.9174
      #ccc5ac color charts
#ccc5ac RGB chart
      #ccc5ac CMYK chart
      #ccc5ac RGB pie chart
      #ccc5ac color shades, tints & tones
#ccc5ac color schemes
#ccc5ac color preview, HTML & CSS examples
           This text has a color of #ccc5ac        
        
          <p style="color:#ccc5ac;">Text here</p>
        
        
          .mytext {color:#ccc5ac;}
        
        Text color #ccc5ac
      
           This box has a color of #ccc5ac        
        
          <div style="background-color:#ccc5ac;">Content here</div>
        
        
          .mybackground {background-color:#ccc5ac;}
        
        Background color #ccc5ac
      
           Border around this has a color of #ccc5ac        
        
          <div style="border:2px solid #ccc5ac;">Content here</div>
        
        
          .myborder {border:2px solid #ccc5ac;}
        
        Border color #ccc5ac