Shades of Winter Hazel #CAC37B
Tints of Winter Hazel #CAC37B
RGB
CMYK
RGB Variations
Color information
#CAC37B (or 0xCAC37B) is known color: Winter Hazel. HEX triplet: CA, C3 and 7B. RGB value is (202,195,123). Sum of RGB (Red+Green+Blue) = 202+195+123=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC37B is #353C84. Grayscale: #BDBDBD. Windows color (decimal): -3488901 or 8111050. OLE color: 8111050.
HSL color Cylindrical-coordinate representation of color #CAC37B: hue angle of 54.68º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC37B is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 123 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.21 |
| HSL | 54.68º | 0.43% | 0.64% | - |
| HSV(B) | 54.68º | 0.39% | 0.79% | - |
| XYZ | 47.45 | 53.02 | 26.47 | - |
| YUV | 188.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 123 | 0 | 0.03 | 0.39 | 0.21 | 54.68 | 0.43 | 0.64 |
| Hex | CA | C3 | 7B | 0 | 3 | 27 | 15 | 37 | 2B | 40 |
| Octal | 312 | 303 | 173 | 0 | 3 | 47 | 25 | 67 | 53 | 100 |
| Binary | 11001010 | 11000011 | 1111011 | 0 | 11 | 100111 | 10101 | 110111 | 101011 | 1000000 |
Color Harmonies of #CAC37B
Complementary color
Monochromatic Colors of #CAC37B
Black with #CAC37B
Text Example
Text Example
White with #CAC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC37B; }
p { color: rgb(202,195,123); }
H1.HeaderClassName
{
color: #CAC37B;
}
.AnyTagClassName
{
color: #CAC37B;
}
</style>
background-color css
<style>
a { background-color: #CAC37B; }
a { background-color: rgb(202,195,123); }
div.DivClassName
{
background-color: #CAC37B;
}
.BgClassName
{
background-color: #CAC37B;
}
</style>
border-color css
<style>
span { border-color: #CAC37B; }
span { border-color: rgb(202,195,123); }
td.TdClassName
{
border-color: #CAC37B;
}
.TagClassName
{
border-color: #CAC37B;
}
</style>