Shades of Winter Hazel #CAC188
Tints of Winter Hazel #CAC188
RGB
CMYK
RGB Variations
Color information
#CAC188 (or 0xCAC188) is known color: Winter Hazel. HEX triplet: CA, C1 and 88. RGB value is (202,193,136). Sum of RGB (Red+Green+Blue) = 202+193+136=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC188 is #353E77. Grayscale: #BDBDBD. Windows color (decimal): -3489400 or 8962506. OLE color: 8962506.
HSL color Cylindrical-coordinate representation of color #CAC188: hue angle of 51.82º 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 #CAC188 is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 136 | - |
| CMYK | 0 | 0.04 | 0.33 | 0.21 |
| HSL | 51.82º | 0.38% | 0.66% | - |
| HSV(B) | 51.82º | 0.33% | 0.79% | - |
| XYZ | 47.87 | 52.47 | 30.9 | - |
| YUV | 189.19 | 97.98 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 136 | 0 | 0.04 | 0.33 | 0.21 | 51.82 | 0.38 | 0.66 |
| Hex | CA | C1 | 88 | 0 | 4 | 21 | 15 | 34 | 26 | 42 |
| Octal | 312 | 301 | 210 | 0 | 4 | 41 | 25 | 64 | 46 | 102 |
| Binary | 11001010 | 11000001 | 10001000 | 0 | 100 | 100001 | 10101 | 110100 | 100110 | 1000010 |
Color Harmonies of #CAC188
Complementary color
Monochromatic Colors of #CAC188
Black with #CAC188
Text Example
Text Example
White with #CAC188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC188; }
p { color: rgb(202,193,136); }
H1.HeaderClassName
{
color: #CAC188;
}
.AnyTagClassName
{
color: #CAC188;
}
</style>
background-color css
<style>
a { background-color: #CAC188; }
a { background-color: rgb(202,193,136); }
div.DivClassName
{
background-color: #CAC188;
}
.BgClassName
{
background-color: #CAC188;
}
</style>
border-color css
<style>
span { border-color: #CAC188; }
span { border-color: rgb(202,193,136); }
td.TdClassName
{
border-color: #CAC188;
}
.TagClassName
{
border-color: #CAC188;
}
</style>