#c64f32 color space conversions
Hex:
        #c64f32
        RGB:
        198, 79, 50
        CMY:
        22, 69, 80
        CMYK:
        0, 60, 75, 22
      HSL:
        12°, 59.6774%, 48.6275%
        HSV (HSB):
        12°, 74.7475%, 77.6471%
        XYZ:
        26.6604, 17.8280, 5.0536
        xyY:
        0.5381, 0.3599, 17.8280
      CIE-Lab:
        49.2868, 45.8913, 40.6887
        CIE-LCH:
        49.2868, 61.3317, 41.5612
        CIE-Luv:
        49.2868, 94.1931, 32.3702
        Hunter-Lab:
        42.2232, 38.8170, 22.4600
      #c64f32 color charts
#c64f32 RGB chart
      #c64f32 CMYK chart
      #c64f32 RGB pie chart
      #c64f32 color shades, tints & tones
#c64f32 color schemes
#c64f32 color preview, HTML & CSS examples
           This text has a color of #c64f32        
        
          <p style="color:#c64f32;">Text here</p>
        
        
          .mytext {color:#c64f32;}
        
        Text color #c64f32
      
           This box has a color of #c64f32        
        
          <div style="background-color:#c64f32;">Content here</div>
        
        
          .mybackground {background-color:#c64f32;}
        
        Background color #c64f32
      
           Border around this has a color of #c64f32        
        
          <div style="border:2px solid #c64f32;">Content here</div>
        
        
          .myborder {border:2px solid #c64f32;}
        
        Border color #c64f32