#CB6D51 color RGB value is (12, 182, 213).
#CB6D51 hex color red value is 12, green value is 182, and blue value is 213.
Cylindrical-coordinate representations (HSL) of color #CB6D51
hue: 189.25,
saturation: 0.89 and lightness: 0.44.
The process color (four-color CMYK) of #CB6D51 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #CB6D51 is #ff9999. Color #CB6D51 contains mainly RED.
Color spaces of #CB6D51 | Value |
---|---|
RGB | 203, 109, 81 |
HSL | 0.04, 0.54, 0.56 |
HSV | 14°, 60°, 80° |
XYZ | 31.58, 24.23, 10.8 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 1101101 | 1010001 |
Octal | 313 | 155 | 121 |
Decimal | 203 | 109 | 81 |
Hex | CB | 6D | 51 |
Shades of #CB6D51
Tints of #CB6D51
.mybgColor {background-color: #CB6D51;} .myforeColor {color: #CB6D51;} .myborderColor {border:3px solid #CB6D51;}
<p style="color:#CB6D51">Text here</p>
This sample text is styled with the font color #CB6D51. 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:#CB6D51">Div content here</div>
<div style="border:3px solid #CB6D51">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203, 109, 81, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #CB6D51; } .divShadow { -moz-box-shadow: 1px 1px 3px #CB6D51; -webkit-box-shadow: 1px 1px 3px #CB6D51; box-shadow: 1px 1px 3px #CB6D51; }
<p style="text-shadow: 4px 4px 2px rgba(203, 109, 81, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #CB6D51;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #CB6D51;
-webkit-box-shadow: 1px 1px 3px #CB6D51;
box-shadow: 1px 1px 3px #CB6D51;">Div content here</div>