Shades of Winter Hazel #CAC37F
Tints of Winter Hazel #CAC37F
RGB
CMYK
RGB Variations
Color information
#CAC37F (or 0xCAC37F) is known color: Winter Hazel. HEX triplet: CA, C3 and 7F. RGB value is (202,195,127). Sum of RGB (Red+Green+Blue) = 202+195+127=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC37F is #353C80. Grayscale: #BDBDBD. Windows color (decimal): -3488897 or 8373194. OLE color: 8373194.
HSL color Cylindrical-coordinate representation of color #CAC37F: hue angle of 54.4º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAC37F is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 127 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.21 |
| HSL | 54.4º | 0.41% | 0.65% | - |
| HSV(B) | 54.4º | 0.37% | 0.79% | - |
| XYZ | 47.7 | 53.12 | 27.82 | - |
| YUV | 189.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 127 | 0 | 0.03 | 0.37 | 0.21 | 54.4 | 0.41 | 0.65 |
| Hex | CA | C3 | 7F | 0 | 3 | 25 | 15 | 36 | 29 | 41 |
| Octal | 312 | 303 | 177 | 0 | 3 | 45 | 25 | 66 | 51 | 101 |
| Binary | 11001010 | 11000011 | 1111111 | 0 | 11 | 100101 | 10101 | 110110 | 101001 | 1000001 |
Color Harmonies of #CAC37F
Complementary color
Monochromatic Colors of #CAC37F
Black with #CAC37F
Text Example
Text Example
White with #CAC37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC37F; }
p { color: rgb(202,195,127); }
H1.HeaderClassName
{
color: #CAC37F;
}
.AnyTagClassName
{
color: #CAC37F;
}
</style>
background-color css
<style>
a { background-color: #CAC37F; }
a { background-color: rgb(202,195,127); }
div.DivClassName
{
background-color: #CAC37F;
}
.BgClassName
{
background-color: #CAC37F;
}
</style>
border-color css
<style>
span { border-color: #CAC37F; }
span { border-color: rgb(202,195,127); }
td.TdClassName
{
border-color: #CAC37F;
}
.TagClassName
{
border-color: #CAC37F;
}
</style>