Shades of Winter Hazel #CAC588
Tints of Winter Hazel #CAC588
RGB
CMYK
RGB Variations
Color information
#CAC588 (or 0xCAC588) is known color: Winter Hazel. HEX triplet: CA, C5 and 88. RGB value is (202,197,136). Sum of RGB (Red+Green+Blue) = 202+197+136=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC588 is #353A77. Grayscale: #BFBFBF. Windows color (decimal): -3488376 or 8963530. OLE color: 8963530.
HSL color Cylindrical-coordinate representation of color #CAC588: hue angle of 55.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAC588 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 136 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.21 |
| HSL | 55.45º | 0.38% | 0.66% | - |
| HSV(B) | 55.45º | 0.33% | 0.79% | - |
| XYZ | 48.77 | 54.27 | 31.2 | - |
| YUV | 191.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 136 | 0 | 0.02 | 0.33 | 0.21 | 55.45 | 0.38 | 0.66 |
| Hex | CA | C5 | 88 | 0 | 2 | 21 | 15 | 37 | 26 | 42 |
| Octal | 312 | 305 | 210 | 0 | 2 | 41 | 25 | 67 | 46 | 102 |
| Binary | 11001010 | 11000101 | 10001000 | 0 | 10 | 100001 | 10101 | 110111 | 100110 | 1000010 |
Color Harmonies of #CAC588
Complementary color
Monochromatic Colors of #CAC588
Black with #CAC588
Text Example
Text Example
White with #CAC588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC588; }
p { color: rgb(202,197,136); }
H1.HeaderClassName
{
color: #CAC588;
}
.AnyTagClassName
{
color: #CAC588;
}
</style>
background-color css
<style>
a { background-color: #CAC588; }
a { background-color: rgb(202,197,136); }
div.DivClassName
{
background-color: #CAC588;
}
.BgClassName
{
background-color: #CAC588;
}
</style>
border-color css
<style>
span { border-color: #CAC588; }
span { border-color: rgb(202,197,136); }
td.TdClassName
{
border-color: #CAC588;
}
.TagClassName
{
border-color: #CAC588;
}
</style>