Shades of Winter Hazel #CAC08D
Tints of Winter Hazel #CAC08D
RGB
CMYK
RGB Variations
Color information
#CAC08D (or 0xCAC08D) is known color: Winter Hazel. HEX triplet: CA, C0 and 8D. RGB value is (202,192,141). Sum of RGB (Red+Green+Blue) = 202+192+141=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC08D is #353F72. Grayscale: #BDBDBD. Windows color (decimal): -3489651 or 9289930. OLE color: 9289930.
HSL color Cylindrical-coordinate representation of color #CAC08D: hue angle of 50.16º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAC08D is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 141 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.21 |
| HSL | 50.16º | 0.37% | 0.67% | - |
| HSV(B) | 50.16º | 0.3% | 0.79% | - |
| XYZ | 48.01 | 52.18 | 32.74 | - |
| YUV | 189.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 141 | 0 | 0.05 | 0.30 | 0.21 | 50.16 | 0.37 | 0.67 |
| Hex | CA | C0 | 8D | 0 | 5 | 1E | 15 | 32 | 25 | 43 |
| Octal | 312 | 300 | 215 | 0 | 5 | 36 | 25 | 62 | 45 | 103 |
| Binary | 11001010 | 11000000 | 10001101 | 0 | 101 | 11110 | 10101 | 110010 | 100101 | 1000011 |
Color Harmonies of #CAC08D
Complementary color
Monochromatic Colors of #CAC08D
Black with #CAC08D
Text Example
Text Example
White with #CAC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC08D; }
p { color: rgb(202,192,141); }
H1.HeaderClassName
{
color: #CAC08D;
}
.AnyTagClassName
{
color: #CAC08D;
}
</style>
background-color css
<style>
a { background-color: #CAC08D; }
a { background-color: rgb(202,192,141); }
div.DivClassName
{
background-color: #CAC08D;
}
.BgClassName
{
background-color: #CAC08D;
}
</style>
border-color css
<style>
span { border-color: #CAC08D; }
span { border-color: rgb(202,192,141); }
td.TdClassName
{
border-color: #CAC08D;
}
.TagClassName
{
border-color: #CAC08D;
}
</style>