Shades of Winter Hazel #CAC388
Tints of Winter Hazel #CAC388
RGB
CMYK
RGB Variations
Color information
#CAC388 (or 0xCAC388) is known color: Winter Hazel. HEX triplet: CA, C3 and 88. RGB value is (202,195,136). Sum of RGB (Red+Green+Blue) = 202+195+136=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC388 is #353C77. Grayscale: #BEBEBE. Windows color (decimal): -3488888 or 8963018. OLE color: 8963018.
HSL color Cylindrical-coordinate representation of color #CAC388: hue angle of 53.64º 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 #CAC388 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 136 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.21 |
| HSL | 53.64º | 0.38% | 0.66% | - |
| HSV(B) | 53.64º | 0.33% | 0.79% | - |
| XYZ | 48.32 | 53.36 | 31.05 | - |
| YUV | 190.37 | 97.32 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 136 | 0 | 0.03 | 0.33 | 0.21 | 53.64 | 0.38 | 0.66 |
| Hex | CA | C3 | 88 | 0 | 3 | 21 | 15 | 36 | 26 | 42 |
| Octal | 312 | 303 | 210 | 0 | 3 | 41 | 25 | 66 | 46 | 102 |
| Binary | 11001010 | 11000011 | 10001000 | 0 | 11 | 100001 | 10101 | 110110 | 100110 | 1000010 |
Color Harmonies of #CAC388
Complementary color
Monochromatic Colors of #CAC388
Black with #CAC388
Text Example
Text Example
White with #CAC388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC388; }
p { color: rgb(202,195,136); }
H1.HeaderClassName
{
color: #CAC388;
}
.AnyTagClassName
{
color: #CAC388;
}
</style>
background-color css
<style>
a { background-color: #CAC388; }
a { background-color: rgb(202,195,136); }
div.DivClassName
{
background-color: #CAC388;
}
.BgClassName
{
background-color: #CAC388;
}
</style>
border-color css
<style>
span { border-color: #CAC388; }
span { border-color: rgb(202,195,136); }
td.TdClassName
{
border-color: #CAC388;
}
.TagClassName
{
border-color: #CAC388;
}
</style>