color details

Color Details
#C19A6B Color Hex

#C19A6B color RGB value is (12, 25, 166).
#C19A6B hex color red value is 12, green value is 25, and blue value is 166.
Cylindrical-coordinate representations (HSL) of color #C19A6B hue: 234.94, saturation: 0.87 and lightness: 0.35.

The process color (four-color CMYK) of #C19A6B color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C19A6B is #ff9999. Color #C19A6B contains mainly RED.

Color Spaces
Color spaces of #C19A6BValue
RGB193, 154, 107
HSL0.09, 0.41, 0.59
HSV33°, 45°, 76°
XYZ36.2, 35.51, 18.85
Base Numbers
Base Red Green Blue
Binary 11000001 10011010 1101011
Octal 301 232 153
Decimal 193 154 107
Hex C1 9A 6B

RGB Percentages for Color #C19A6B

42.51%
33.92%
23.57%

CMYK Percentages of the Color #C19A6B

20.21%
44.56%
24.31%
CSS Codes for Color #C19A6B
.mybgColor {background-color: #C19A6B;}
.myforeColor {color: #C19A6B;}
.myborderColor {border:3px solid #C19A6B;}
Text Font Color #C19A6B

<p style="color:#C19A6B">Text here</p>

This sample text is styled with the font color #C19A6B. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #C19A6B

<div style="background-color:#C19A6B">Div content here</div>

The background color of this div is #C19A6B
Border Color #C19A6B

<div style="border:3px solid #C19A6B">Div here</div>

The border color of this div is #C19A6B
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(193, 154, 107, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #C19A6B;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #C19A6B;
-webkit-box-shadow: 1px 1px 3px #C19A6B;
box-shadow: 1px 1px 3px #C19A6B;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193, 154, 107, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #C19A6B;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #C19A6B; -webkit-box-shadow: 1px 1px 3px #C19A6B; box-shadow: 1px 1px 3px #C19A6B;">Div content here</div>

This div box has a shadow with a specified color. #C19A6B
Scroll to Top