#ccc26e color space conversions
Hex:
        #ccc26e
        RGB:
        204, 194, 110
        CMY:
        20, 24, 57
        CMYK:
        0, 5, 46, 20
      HSL:
        54°, 47.9592%, 61.5686%
        HSV (HSB):
        54°, 46.0784%, 80.0000%
        XYZ:
        47.0081, 52.5467, 22.4168
        xyY:
        0.3854, 0.4308, 52.5467
      CIE-Lab:
        77.6066, -8.0664, 43.2949
        CIE-LCH:
        77.6066, 44.0399, 100.5539
        CIE-Luv:
        77.6066, 10.6091, 56.1939
        Hunter-Lab:
        72.4891, -11.1014, 32.4073
      #ccc26e color charts
#ccc26e RGB chart
      #ccc26e CMYK chart
      #ccc26e RGB pie chart
      #ccc26e color shades, tints & tones
#ccc26e color schemes
#ccc26e color preview, HTML & CSS examples
           This text has a color of #ccc26e        
        
          <p style="color:#ccc26e;">Text here</p>
        
        
          .mytext {color:#ccc26e;}
        
        Text color #ccc26e
      
           This box has a color of #ccc26e        
        
          <div style="background-color:#ccc26e;">Content here</div>
        
        
          .mybackground {background-color:#ccc26e;}
        
        Background color #ccc26e
      
           Border around this has a color of #ccc26e        
        
          <div style="border:2px solid #ccc26e;">Content here</div>
        
        
          .myborder {border:2px solid #ccc26e;}
        
        Border color #ccc26e