Shades of Winter Hazel #CAC47A
Tints of Winter Hazel #CAC47A
RGB
CMYK
RGB Variations
Color information
#CAC47A (or 0xCAC47A) is known color: Winter Hazel. HEX triplet: CA, C4 and 7A. RGB value is (202,196,122). Sum of RGB (Red+Green+Blue) = 202+196+122=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC47A is #353B85. Grayscale: #BDBDBD. Windows color (decimal): -3488646 or 8045770. OLE color: 8045770.
HSL color Cylindrical-coordinate representation of color #CAC47A: hue angle of 55.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAC47A is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 122 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.21 |
| HSL | 55.5º | 0.43% | 0.64% | - |
| HSV(B) | 55.5º | 0.4% | 0.79% | - |
| XYZ | 47.61 | 53.44 | 26.22 | - |
| YUV | 189.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 122 | 0 | 0.03 | 0.40 | 0.21 | 55.5 | 0.43 | 0.64 |
| Hex | CA | C4 | 7A | 0 | 3 | 28 | 15 | 38 | 2B | 40 |
| Octal | 312 | 304 | 172 | 0 | 3 | 50 | 25 | 70 | 53 | 100 |
| Binary | 11001010 | 11000100 | 1111010 | 0 | 11 | 101000 | 10101 | 111000 | 101011 | 1000000 |
Color Harmonies of #CAC47A
Complementary color
Monochromatic Colors of #CAC47A
Black with #CAC47A
Text Example
Text Example
White with #CAC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC47A; }
p { color: rgb(202,196,122); }
H1.HeaderClassName
{
color: #CAC47A;
}
.AnyTagClassName
{
color: #CAC47A;
}
</style>
background-color css
<style>
a { background-color: #CAC47A; }
a { background-color: rgb(202,196,122); }
div.DivClassName
{
background-color: #CAC47A;
}
.BgClassName
{
background-color: #CAC47A;
}
</style>
border-color css
<style>
span { border-color: #CAC47A; }
span { border-color: rgb(202,196,122); }
td.TdClassName
{
border-color: #CAC47A;
}
.TagClassName
{
border-color: #CAC47A;
}
</style>