#c1996b color space conversions
Hex:
        #c1996b
        RGB:
        193, 153, 107
        CMY:
        24, 40, 58
        CMYK:
        0, 21, 45, 24
      HSL:
        32°, 40.9524%, 58.8235%
        HSV (HSB):
        32°, 44.5596%, 75.6863%
        XYZ:
        36.0374, 35.1815, 18.8012
        xyY:
        0.4003, 0.3908, 35.1815
      CIE-Lab:
        65.8897, 8.9158, 29.8181
        CIE-LCH:
        65.8897, 31.1225, 73.3530
        CIE-Luv:
        65.8897, 29.6358, 36.1711
        Hunter-Lab:
        59.3140, 4.6518, 22.7261
      #c1996b color charts
#c1996b RGB chart
      #c1996b CMYK chart
      #c1996b RGB pie chart
      #c1996b color shades, tints & tones
#c1996b color schemes
#c1996b color preview, HTML & CSS examples
           This text has a color of #c1996b        
        
          <p style="color:#c1996b;">Text here</p>
        
        
          .mytext {color:#c1996b;}
        
        Text color #c1996b
      
           This box has a color of #c1996b        
        
          <div style="background-color:#c1996b;">Content here</div>
        
        
          .mybackground {background-color:#c1996b;}
        
        Background color #c1996b
      
           Border around this has a color of #c1996b        
        
          <div style="border:2px solid #c1996b;">Content here</div>
        
        
          .myborder {border:2px solid #c1996b;}
        
        Border color #c1996b