#C17B8A color RGB value is (12, 23, 184).
#C17B8A hex color red value is 12, green value is 23, and blue value is 184.
Cylindrical-coordinate representations (HSL) of color #C17B8A
hue: 236.16,
saturation: 0.88 and lightness: 0.38.
The process color (four-color CMYK) of #C17B8A color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C17B8A is #ff9999. Color #C17B8A contains mainly RED.
Color spaces of #C17B8A | Value |
---|---|
RGB | 193, 123, 138 |
HSL | 0.96, 0.36, 0.62 |
HSV | 347°, 36°, 76° |
XYZ | 33.66, 27.34, 27.54 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 1111011 | 10001010 |
Octal | 301 | 173 | 212 |
Decimal | 193 | 123 | 138 |
Hex | C1 | 7B | 8A |
Shades of #C17B8A
Tints of #C17B8A
.mybgColor {background-color: #C17B8A;} .myforeColor {color: #C17B8A;} .myborderColor {border:3px solid #C17B8A;}
<p style="color:#C17B8A">Text here</p>
This sample text is styled with the font color #C17B8A. 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:#C17B8A">Div content here</div>
<div style="border:3px solid #C17B8A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193, 123, 138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #C17B8A; } .divShadow { -moz-box-shadow: 1px 1px 3px #C17B8A; -webkit-box-shadow: 1px 1px 3px #C17B8A; box-shadow: 1px 1px 3px #C17B8A; }
<p style="text-shadow: 4px 4px 2px rgba(193, 123, 138, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C17B8A;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C17B8A;
-webkit-box-shadow: 1px 1px 3px #C17B8A;
box-shadow: 1px 1px 3px #C17B8A;">Div content here</div>