#cc0345 color space conversions
Hex:
        #cc0345
        RGB:
        204, 3, 69
        CMY:
        20, 99, 73
        CMYK:
        0, 99, 66, 20
      HSL:
        340°, 97.1014%, 40.5882%
        HSV (HSB):
        340°, 98.5294%, 80.0000%
        XYZ:
        26.0086, 13.3322, 6.8328
        xyY:
        0.5633, 0.2887, 13.3322
      CIE-Lab:
        43.2595, 69.1816, 22.6944
        CIE-LCH:
        43.2595, 72.8089, 18.1616
        CIE-Luv:
        43.2595, 126.0979, 10.3799
        Hunter-Lab:
        36.5132, 63.2484, 14.4642
      #cc0345 color charts
#cc0345 RGB chart
      #cc0345 CMYK chart
      #cc0345 RGB pie chart
      #cc0345 color shades, tints & tones
#cc0345 color schemes
#cc0345 color preview, HTML & CSS examples
           This text has a color of #cc0345        
        
          <p style="color:#cc0345;">Text here</p>
        
        
          .mytext {color:#cc0345;}
        
        Text color #cc0345
      
           This box has a color of #cc0345        
        
          <div style="background-color:#cc0345;">Content here</div>
        
        
          .mybackground {background-color:#cc0345;}
        
        Background color #cc0345
      
           Border around this has a color of #cc0345        
        
          <div style="border:2px solid #cc0345;">Content here</div>
        
        
          .myborder {border:2px solid #cc0345;}
        
        Border color #cc0345