#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 of #C19A6B | Value |
---|---|
RGB | 193, 154, 107 |
HSL | 0.09, 0.41, 0.59 |
HSV | 33°, 45°, 76° |
XYZ | 36.2, 35.51, 18.85 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10011010 | 1101011 |
Octal | 301 | 232 | 153 |
Decimal | 193 | 154 | 107 |
Hex | C1 | 9A | 6B |
Shades of #C19A6B
Tints of #C19A6B
.mybgColor {background-color: #C19A6B;} .myforeColor {color: #C19A6B;} .myborderColor {border:3px solid #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,
<div style="background-color:#C19A6B">Div content here</div>
<div style="border:3px solid #C19A6B">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(193, 154, 107, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C19A6B;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>