Shades of Winter Hazel #CAC57E
Tints of Winter Hazel #CAC57E
RGB
CMYK
RGB Variations
Color information
#CAC57E (or 0xCAC57E) is known color: Winter Hazel. HEX triplet: CA, C5 and 7E. RGB value is (202,197,126). Sum of RGB (Red+Green+Blue) = 202+197+126=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC57E is #353A81. Grayscale: #BEBEBE. Windows color (decimal): -3488386 or 8308170. OLE color: 8308170.
HSL color Cylindrical-coordinate representation of color #CAC57E: hue angle of 56.05º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CAC57E is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 126 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.21 |
| HSL | 56.05º | 0.42% | 0.64% | - |
| HSV(B) | 56.05º | 0.38% | 0.79% | - |
| XYZ | 48.09 | 54 | 27.63 | - |
| YUV | 190.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 126 | 0 | 0.02 | 0.38 | 0.21 | 56.05 | 0.42 | 0.64 |
| Hex | CA | C5 | 7E | 0 | 2 | 26 | 15 | 38 | 2A | 40 |
| Octal | 312 | 305 | 176 | 0 | 2 | 46 | 25 | 70 | 52 | 100 |
| Binary | 11001010 | 11000101 | 1111110 | 0 | 10 | 100110 | 10101 | 111000 | 101010 | 1000000 |
Color Harmonies of #CAC57E
Complementary color
Monochromatic Colors of #CAC57E
Black with #CAC57E
Text Example
Text Example
White with #CAC57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC57E; }
p { color: rgb(202,197,126); }
H1.HeaderClassName
{
color: #CAC57E;
}
.AnyTagClassName
{
color: #CAC57E;
}
</style>
background-color css
<style>
a { background-color: #CAC57E; }
a { background-color: rgb(202,197,126); }
div.DivClassName
{
background-color: #CAC57E;
}
.BgClassName
{
background-color: #CAC57E;
}
</style>
border-color css
<style>
span { border-color: #CAC57E; }
span { border-color: rgb(202,197,126); }
td.TdClassName
{
border-color: #CAC57E;
}
.TagClassName
{
border-color: #CAC57E;
}
</style>