color details

Color Details
#c5b066 Color Hex

#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
Color spaces of #c5b066Value
RGB197, 176, 102
HSL0.13, 0.45, 0.59
HSV47°, 48°, 77°
XYZ40.95, 43.88, 18.88
Base Numbers
Base Red Green Blue
Binary 11000101 10110000 1100110
Octal 305 260 146
Decimal 197 176 102
Hex C5 B0 66

RGB Percentages for Color #c5b066

41.47%
37.05%
21.47%

CMYK Percentages of the Color #c5b066

10.66%
48.22%
22.75%
CSS Codes for Color #c5b066
.mybgColor {background-color: #c5b066;}
.myforeColor {color: #c5b066;}
.myborderColor {border:3px solid #c5b066;}
Text Font Color #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,

Background Color #c5b066

<div style="background-color:#c5b066">Div content here</div>

The background color of this div is #c5b066
Border Color #c5b066

<div style="border:3px solid #c5b066">Div here</div>

The border color of this div is #c5b066
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197, 176, 102, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #c5b066;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #c5b066

Scroll to Top