#cc3600 color space conversions
Hex:
        #cc3600
        RGB:
        204, 54, 0
        CMY:
        20, 79, 100
        CMYK:
        0, 74, 100, 20
      HSL:
        16°, 100.0000%, 40.0000%
        HSV (HSB):
        16°, 100.0000%, 80.0000%
        XYZ:
        26.2210, 15.4757, 1.6051
        xyY:
        0.6055, 0.3574, 15.4757
      CIE-Lab:
        46.2790, 57.0481, 58.3382
        CIE-LCH:
        46.2790, 81.5956, 45.6405
        CIE-Luv:
        46.2790, 120.7455, 36.6418
        Hunter-Lab:
        39.3392, 50.1333, 25.1183
      #cc3600 color charts
#cc3600 RGB chart
      #cc3600 CMYK chart
      #cc3600 RGB pie chart
      #cc3600 color shades, tints & tones
#cc3600 color schemes
#cc3600 color preview, HTML & CSS examples
           This text has a color of #cc3600        
        
          <p style="color:#cc3600;">Text here</p>
        
        
          .mytext {color:#cc3600;}
        
        Text color #cc3600
      
           This box has a color of #cc3600        
        
          <div style="background-color:#cc3600;">Content here</div>
        
        
          .mybackground {background-color:#cc3600;}
        
        Background color #cc3600
      
           Border around this has a color of #cc3600        
        
          <div style="border:2px solid #cc3600;">Content here</div>
        
        
          .myborder {border:2px solid #cc3600;}
        
        Border color #cc3600