#ccc265 color space conversions
Hex:
        #ccc265
        RGB:
        204, 194, 101
        CMY:
        20, 24, 60
        CMYK:
        0, 5, 50, 20
      HSL:
        54°, 50.2439%, 59.8039%
        HSV (HSB):
        54°, 50.4902%, 80.0000%
        XYZ:
        46.5426, 52.3605, 19.9655
        xyY:
        0.3915, 0.4405, 52.3605
      CIE-Lab:
        77.4959, -8.8988, 47.5760
        CIE-LCH:
        77.4959, 48.4010, 100.5944
        CIE-Luv:
        77.4959, 10.9884, 60.5029
        Hunter-Lab:
        72.3606, -11.8191, 34.2933
      #ccc265 color charts
#ccc265 RGB chart
      #ccc265 CMYK chart
      #ccc265 RGB pie chart
      #ccc265 color shades, tints & tones
#ccc265 color schemes
#ccc265 color preview, HTML & CSS examples
           This text has a color of #ccc265        
        
          <p style="color:#ccc265;">Text here</p>
        
        
          .mytext {color:#ccc265;}
        
        Text color #ccc265
      
           This box has a color of #ccc265        
        
          <div style="background-color:#ccc265;">Content here</div>
        
        
          .mybackground {background-color:#ccc265;}
        
        Background color #ccc265
      
           Border around this has a color of #ccc265        
        
          <div style="border:2px solid #ccc265;">Content here</div>
        
        
          .myborder {border:2px solid #ccc265;}
        
        Border color #ccc265