#cf694f color space conversions
Hex:
        #cf694f
        RGB:
        207, 105, 79
        CMY:
        19, 59, 69
        CMYK:
        0, 49, 62, 19
      HSL:
        12°, 57.1429%, 56.0784%
        HSV (HSB):
        12°, 61.8357%, 81.1765%
        XYZ:
        32.1950, 23.9331, 10.3198
        xyY:
        0.4845, 0.3602, 23.9331
      CIE-Lab:
        56.0207, 38.1064, 32.9864
        CIE-LCH:
        56.0207, 50.4004, 40.8808
        CIE-Luv:
        56.0207, 78.0830, 30.5164
        Hunter-Lab:
        48.9214, 31.8576, 21.7380
      #cf694f color charts
#cf694f RGB chart
      #cf694f CMYK chart
      #cf694f RGB pie chart
      #cf694f color shades, tints & tones
#cf694f color schemes
#cf694f color preview, HTML & CSS examples
           This text has a color of #cf694f        
        
          <p style="color:#cf694f;">Text here</p>
        
        
          .mytext {color:#cf694f;}
        
        Text color #cf694f
      
           This box has a color of #cf694f        
        
          <div style="background-color:#cf694f;">Content here</div>
        
        
          .mybackground {background-color:#cf694f;}
        
        Background color #cf694f
      
           Border around this has a color of #cf694f        
        
          <div style="border:2px solid #cf694f;">Content here</div>
        
        
          .myborder {border:2px solid #cf694f;}
        
        Border color #cf694f