#cc800e color space conversions
Hex:
        #cc800e
        RGB:
        204, 128, 14
        CMY:
        20, 50, 95
        CMYK:
        0, 37, 93, 20
      HSL:
        36°, 87.1560%, 42.7451%
        HSV (HSB):
        36°, 93.1373%, 80.0000%
        XYZ:
        32.7003, 28.3074, 4.1559
        xyY:
        0.5018, 0.4344, 28.3074
      CIE-Lab:
        60.1655, 22.0551, 63.9813
        CIE-LCH:
        60.1655, 67.6759, 70.9803
        CIE-Luv:
        60.1655, 63.0346, 57.8600
        Hunter-Lab:
        53.2047, 16.6001, 32.6121
      #cc800e color charts
#cc800e RGB chart
      #cc800e CMYK chart
      #cc800e RGB pie chart
      #cc800e color shades, tints & tones
#cc800e color schemes
#cc800e color preview, HTML & CSS examples
           This text has a color of #cc800e        
        
          <p style="color:#cc800e;">Text here</p>
        
        
          .mytext {color:#cc800e;}
        
        Text color #cc800e
      
           This box has a color of #cc800e        
        
          <div style="background-color:#cc800e;">Content here</div>
        
        
          .mybackground {background-color:#cc800e;}
        
        Background color #cc800e
      
           Border around this has a color of #cc800e        
        
          <div style="border:2px solid #cc800e;">Content here</div>
        
        
          .myborder {border:2px solid #cc800e;}
        
        Border color #cc800e