Shades of Winter Hazel #CAC574
Tints of Winter Hazel #CAC574
RGB
CMYK
RGB Variations
Color information
#CAC574 (or 0xCAC574) is known color: Winter Hazel. HEX triplet: CA, C5 and 74. RGB value is (202,197,116). Sum of RGB (Red+Green+Blue) = 202+197+116=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 116 (45.70% from 255 or 22.52% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC574 is #353A8B. Grayscale: #BDBDBD. Windows color (decimal): -3488396 or 7652810. OLE color: 7652810.
HSL color Cylindrical-coordinate representation of color #CAC574: hue angle of 56.51º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CAC574 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 116 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.21 |
| HSL | 56.51º | 0.45% | 0.62% | - |
| HSV(B) | 56.51º | 0.43% | 0.79% | - |
| XYZ | 47.48 | 53.75 | 24.4 | - |
| YUV | 189.26 | 86.66 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 116 | 0 | 0.02 | 0.43 | 0.21 | 56.51 | 0.45 | 0.62 |
| Hex | CA | C5 | 74 | 0 | 2 | 2B | 15 | 39 | 2D | 3E |
| Octal | 312 | 305 | 164 | 0 | 2 | 53 | 25 | 71 | 55 | 76 |
| Binary | 11001010 | 11000101 | 1110100 | 0 | 10 | 101011 | 10101 | 111001 | 101101 | 111110 |
Color Harmonies of #CAC574
Complementary color
Monochromatic Colors of #CAC574
Black with #CAC574
Text Example
Text Example
White with #CAC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC574; }
p { color: rgb(202,197,116); }
H1.HeaderClassName
{
color: #CAC574;
}
.AnyTagClassName
{
color: #CAC574;
}
</style>
background-color css
<style>
a { background-color: #CAC574; }
a { background-color: rgb(202,197,116); }
div.DivClassName
{
background-color: #CAC574;
}
.BgClassName
{
background-color: #CAC574;
}
</style>
border-color css
<style>
span { border-color: #CAC574; }
span { border-color: rgb(202,197,116); }
td.TdClassName
{
border-color: #CAC574;
}
.TagClassName
{
border-color: #CAC574;
}
</style>