Shades of Winter Hazel #CAC48D
Tints of Winter Hazel #CAC48D
RGB
CMYK
RGB Variations
Color information
#CAC48D (or 0xCAC48D) is known color: Winter Hazel. HEX triplet: CA, C4 and 8D. RGB value is (202,196,141). Sum of RGB (Red+Green+Blue) = 202+196+141=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC48D is #353B72. Grayscale: #BFBFBF. Windows color (decimal): -3488627 or 9290954. OLE color: 9290954.
HSL color Cylindrical-coordinate representation of color #CAC48D: hue angle of 54.1º 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 #CAC48D is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 141 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.21 |
| HSL | 54.1º | 0.37% | 0.67% | - |
| HSV(B) | 54.1º | 0.3% | 0.79% | - |
| XYZ | 48.9 | 53.96 | 33.04 | - |
| YUV | 191.52 | 99.49 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 141 | 0 | 0.03 | 0.30 | 0.21 | 54.1 | 0.37 | 0.67 |
| Hex | CA | C4 | 8D | 0 | 3 | 1E | 15 | 36 | 25 | 43 |
| Octal | 312 | 304 | 215 | 0 | 3 | 36 | 25 | 66 | 45 | 103 |
| Binary | 11001010 | 11000100 | 10001101 | 0 | 11 | 11110 | 10101 | 110110 | 100101 | 1000011 |
Color Harmonies of #CAC48D
Complementary color
Monochromatic Colors of #CAC48D
Black with #CAC48D
Text Example
Text Example
White with #CAC48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC48D; }
p { color: rgb(202,196,141); }
H1.HeaderClassName
{
color: #CAC48D;
}
.AnyTagClassName
{
color: #CAC48D;
}
</style>
background-color css
<style>
a { background-color: #CAC48D; }
a { background-color: rgb(202,196,141); }
div.DivClassName
{
background-color: #CAC48D;
}
.BgClassName
{
background-color: #CAC48D;
}
</style>
border-color css
<style>
span { border-color: #CAC48D; }
span { border-color: rgb(202,196,141); }
td.TdClassName
{
border-color: #CAC48D;
}
.TagClassName
{
border-color: #CAC48D;
}
</style>