#C85E5E color RGB value is (12, 133, 229).
#C85E5E hex color red value is 12, green value is 133, and blue value is 229.
Cylindrical-coordinate representations (HSL) of color #C85E5E
hue: 206.54,
saturation: 0.9 and lightness: 0.47.
The process color (four-color CMYK) of #C85E5E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #C85E5E is #ff9999. Color #C85E5E contains mainly RED.
| Color spaces of #C85E5E | Value |
|---|---|
| RGB | 200, 94, 94 |
| HSL | 0, 0.49, 0.58 |
| HSV | 0°, 53°, 78° |
| XYZ | 29.84, 21.1, 13.09 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11001000 | 1011110 | 1011110 |
| Octal | 310 | 136 | 136 |
| Decimal | 200 | 94 | 94 |
| Hex | C8 | 5E | 5E |
Shades of #C85E5E
Tints of #C85E5E
.mybgColor {background-color: #C85E5E;}
.myforeColor {color: #C85E5E;}
.myborderColor {border:3px solid #C85E5E;}
<p style="color:#C85E5E">Text here</p>
This sample text is styled with the font color #C85E5E. 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:#C85E5E">Div content here</div>
<div style="border:3px solid #C85E5E">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(200, 94, 94, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #C85E5E; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #C85E5E;
-webkit-box-shadow: 1px 1px 3px #C85E5E;
box-shadow: 1px 1px 3px #C85E5E; }
<p style="text-shadow: 4px 4px 2px rgba(200, 94, 94, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #C85E5E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #C85E5E;
-webkit-box-shadow: 1px 1px 3px #C85E5E;
box-shadow: 1px 1px 3px #C85E5E;">Div content here</div>
