Shades of Winter Hazel #CAC58A
Tints of Winter Hazel #CAC58A
RGB
CMYK
RGB Variations
Color information
#CAC58A (or 0xCAC58A) is known color: Winter Hazel. HEX triplet: CA, C5 and 8A. RGB value is (202,197,138). Sum of RGB (Red+Green+Blue) = 202+197+138=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC58A is #353A75. Grayscale: #C0C0C0. Windows color (decimal): -3488374 or 9094602. OLE color: 9094602.
HSL color Cylindrical-coordinate representation of color #CAC58A: hue angle of 55.31º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAC58A is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 138 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.21 |
| HSL | 55.31º | 0.38% | 0.67% | - |
| HSV(B) | 55.31º | 0.32% | 0.79% | - |
| XYZ | 48.91 | 54.32 | 31.95 | - |
| YUV | 191.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 138 | 0 | 0.02 | 0.32 | 0.21 | 55.31 | 0.38 | 0.67 |
| Hex | CA | C5 | 8A | 0 | 2 | 20 | 15 | 37 | 26 | 43 |
| Octal | 312 | 305 | 212 | 0 | 2 | 40 | 25 | 67 | 46 | 103 |
| Binary | 11001010 | 11000101 | 10001010 | 0 | 10 | 100000 | 10101 | 110111 | 100110 | 1000011 |
Color Harmonies of #CAC58A
Complementary color
Monochromatic Colors of #CAC58A
Black with #CAC58A
Text Example
Text Example
White with #CAC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC58A; }
p { color: rgb(202,197,138); }
H1.HeaderClassName
{
color: #CAC58A;
}
.AnyTagClassName
{
color: #CAC58A;
}
</style>
background-color css
<style>
a { background-color: #CAC58A; }
a { background-color: rgb(202,197,138); }
div.DivClassName
{
background-color: #CAC58A;
}
.BgClassName
{
background-color: #CAC58A;
}
</style>
border-color css
<style>
span { border-color: #CAC58A; }
span { border-color: rgb(202,197,138); }
td.TdClassName
{
border-color: #CAC58A;
}
.TagClassName
{
border-color: #CAC58A;
}
</style>