Shades of Winter Hazel #CAC08C
Tints of Winter Hazel #CAC08C
RGB
CMYK
RGB Variations
Color information
#CAC08C (or 0xCAC08C) is known color: Winter Hazel. HEX triplet: CA, C0 and 8C. RGB value is (202,192,140). Sum of RGB (Red+Green+Blue) = 202+192+140=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08C is #353F73. Grayscale: #BDBDBD. Windows color (decimal): -3489652 or 9224394. OLE color: 9224394.
HSL color Cylindrical-coordinate representation of color #CAC08C: hue angle of 50.32º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAC08C is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 140 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.21 |
| HSL | 50.32º | 0.37% | 0.67% | - |
| HSV(B) | 50.32º | 0.31% | 0.79% | - |
| XYZ | 47.94 | 52.15 | 32.35 | - |
| YUV | 189.06 | 100.31 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 140 | 0 | 0.05 | 0.31 | 0.21 | 50.32 | 0.37 | 0.67 |
| Hex | CA | C0 | 8C | 0 | 5 | 1F | 15 | 32 | 25 | 43 |
| Octal | 312 | 300 | 214 | 0 | 5 | 37 | 25 | 62 | 45 | 103 |
| Binary | 11001010 | 11000000 | 10001100 | 0 | 101 | 11111 | 10101 | 110010 | 100101 | 1000011 |
Color Harmonies of #CAC08C
Complementary color
Monochromatic Colors of #CAC08C
Black with #CAC08C
Text Example
Text Example
White with #CAC08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC08C; }
p { color: rgb(202,192,140); }
H1.HeaderClassName
{
color: #CAC08C;
}
.AnyTagClassName
{
color: #CAC08C;
}
</style>
background-color css
<style>
a { background-color: #CAC08C; }
a { background-color: rgb(202,192,140); }
div.DivClassName
{
background-color: #CAC08C;
}
.BgClassName
{
background-color: #CAC08C;
}
</style>
border-color css
<style>
span { border-color: #CAC08C; }
span { border-color: rgb(202,192,140); }
td.TdClassName
{
border-color: #CAC08C;
}
.TagClassName
{
border-color: #CAC08C;
}
</style>