Shades of Winter Hazel #CAC57A
Tints of Winter Hazel #CAC57A
RGB
CMYK
RGB Variations
Color information
#CAC57A (or 0xCAC57A) is known color: Winter Hazel. HEX triplet: CA, C5 and 7A. RGB value is (202,197,122). Sum of RGB (Red+Green+Blue) = 202+197+122=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 122 (48.05% from 255 or 23.42% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC57A is #353A85. Grayscale: #BEBEBE. Windows color (decimal): -3488390 or 8046026. OLE color: 8046026.
HSL color Cylindrical-coordinate representation of color #CAC57A: hue angle of 56.25º 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 #CAC57A is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 122 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.21 |
| HSL | 56.25º | 0.43% | 0.64% | - |
| HSV(B) | 56.25º | 0.4% | 0.79% | - |
| XYZ | 47.84 | 53.89 | 26.29 | - |
| YUV | 189.95 | 89.66 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 122 | 0 | 0.02 | 0.40 | 0.21 | 56.25 | 0.43 | 0.64 |
| Hex | CA | C5 | 7A | 0 | 2 | 28 | 15 | 38 | 2B | 40 |
| Octal | 312 | 305 | 172 | 0 | 2 | 50 | 25 | 70 | 53 | 100 |
| Binary | 11001010 | 11000101 | 1111010 | 0 | 10 | 101000 | 10101 | 111000 | 101011 | 1000000 |
Color Harmonies of #CAC57A
Complementary color
Monochromatic Colors of #CAC57A
Black with #CAC57A
Text Example
Text Example
White with #CAC57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC57A; }
p { color: rgb(202,197,122); }
H1.HeaderClassName
{
color: #CAC57A;
}
.AnyTagClassName
{
color: #CAC57A;
}
</style>
background-color css
<style>
a { background-color: #CAC57A; }
a { background-color: rgb(202,197,122); }
div.DivClassName
{
background-color: #CAC57A;
}
.BgClassName
{
background-color: #CAC57A;
}
</style>
border-color css
<style>
span { border-color: #CAC57A; }
span { border-color: rgb(202,197,122); }
td.TdClassName
{
border-color: #CAC57A;
}
.TagClassName
{
border-color: #CAC57A;
}
</style>