#c5b066 color RGB value is (12, 91, 6).
#c5b066 hex color red value is 12, green value is 91, and blue value is 6.
Cylindrical-coordinate representations (HSL) of color #c5b066
hue: 115.76,
saturation: 0.88 and lightness: 0.19.
The process color (four-color CMYK) of #c5b066 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #c5b066 is #ff9999. Color #c5b066 contains mainly RED.
| Color spaces of #c5b066 | Value |
|---|---|
| RGB | 197, 176, 102 |
| HSL | 0.13, 0.45, 0.59 |
| HSV | 47°, 48°, 77° |
| XYZ | 40.95, 43.88, 18.88 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11000101 | 10110000 | 1100110 |
| Octal | 305 | 260 | 146 |
| Decimal | 197 | 176 | 102 |
| Hex | C5 | B0 | 66 |
Shades of #c5b066
Tints of #c5b066
.mybgColor {background-color: #c5b066;}
.myforeColor {color: #c5b066;}
.myborderColor {border:3px solid #c5b066;}
<p style="color:#c5b066">Text here</p>
This sample text is styled with the font color #c5b066. 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:#c5b066">Div content here</div>
<div style="border:3px solid #c5b066">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(197, 176, 102, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c5b066; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #c5b066;
-webkit-box-shadow: 1px 1px 3px #c5b066;
box-shadow: 1px 1px 3px #c5b066; }
<p style="text-shadow: 4px 4px 2px rgba(197, 176, 102, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #c5b066;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #c5b066;
-webkit-box-shadow: 1px 1px 3px #c5b066;
box-shadow: 1px 1px 3px #c5b066;">Div content here</div>
