Shades of Winter Hazel #CAC178
Tints of Winter Hazel #CAC178
RGB
CMYK
RGB Variations
Color information
#CAC178 (or 0xCAC178) is known color: Winter Hazel. HEX triplet: CA, C1 and 78. RGB value is (202,193,120). Sum of RGB (Red+Green+Blue) = 202+193+120=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 120 (47.27% from 255 or 23.30% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC178 is #353E87. Grayscale: #BBBBBB. Windows color (decimal): -3489416 or 7913930. OLE color: 7913930.
HSL color Cylindrical-coordinate representation of color #CAC178: hue angle of 53.41º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAC178 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 120 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.21 |
| HSL | 53.41º | 0.44% | 0.63% | - |
| HSV(B) | 53.41º | 0.41% | 0.79% | - |
| XYZ | 46.82 | 52.05 | 25.35 | - |
| YUV | 187.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 120 | 0 | 0.04 | 0.41 | 0.21 | 53.41 | 0.44 | 0.63 |
| Hex | CA | C1 | 78 | 0 | 4 | 29 | 15 | 35 | 2C | 3F |
| Octal | 312 | 301 | 170 | 0 | 4 | 51 | 25 | 65 | 54 | 77 |
| Binary | 11001010 | 11000001 | 1111000 | 0 | 100 | 101001 | 10101 | 110101 | 101100 | 111111 |
Color Harmonies of #CAC178
Complementary color
Monochromatic Colors of #CAC178
Black with #CAC178
Text Example
Text Example
White with #CAC178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC178; }
p { color: rgb(202,193,120); }
H1.HeaderClassName
{
color: #CAC178;
}
.AnyTagClassName
{
color: #CAC178;
}
</style>
background-color css
<style>
a { background-color: #CAC178; }
a { background-color: rgb(202,193,120); }
div.DivClassName
{
background-color: #CAC178;
}
.BgClassName
{
background-color: #CAC178;
}
</style>
border-color css
<style>
span { border-color: #CAC178; }
span { border-color: rgb(202,193,120); }
td.TdClassName
{
border-color: #CAC178;
}
.TagClassName
{
border-color: #CAC178;
}
</style>