Shades of Winter Hazel #CAC18E
Tints of Winter Hazel #CAC18E
RGB
CMYK
RGB Variations
Color information
#CAC18E (or 0xCAC18E) is known color: Winter Hazel. HEX triplet: CA, C1 and 8E. RGB value is (202,193,142). Sum of RGB (Red+Green+Blue) = 202+193+142=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18E is #353E71. Grayscale: #BEBEBE. Windows color (decimal): -3489394 or 9355722. OLE color: 9355722.
HSL color Cylindrical-coordinate representation of color #CAC18E: hue angle of 51º degrees, saturation: 0.36, 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 #CAC18E is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 142 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.21 |
| HSL | 51º | 0.36% | 0.67% | - |
| HSV(B) | 51º | 0.3% | 0.79% | - |
| XYZ | 48.31 | 52.65 | 33.21 | - |
| YUV | 189.88 | 100.98 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 142 | 0 | 0.04 | 0.30 | 0.21 | 51 | 0.36 | 0.67 |
| Hex | CA | C1 | 8E | 0 | 4 | 1E | 15 | 33 | 24 | 43 |
| Octal | 312 | 301 | 216 | 0 | 4 | 36 | 25 | 63 | 44 | 103 |
| Binary | 11001010 | 11000001 | 10001110 | 0 | 100 | 11110 | 10101 | 110011 | 100100 | 1000011 |
Color Harmonies of #CAC18E
Complementary color
Monochromatic Colors of #CAC18E
Black with #CAC18E
Text Example
Text Example
White with #CAC18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC18E; }
p { color: rgb(202,193,142); }
H1.HeaderClassName
{
color: #CAC18E;
}
.AnyTagClassName
{
color: #CAC18E;
}
</style>
background-color css
<style>
a { background-color: #CAC18E; }
a { background-color: rgb(202,193,142); }
div.DivClassName
{
background-color: #CAC18E;
}
.BgClassName
{
background-color: #CAC18E;
}
</style>
border-color css
<style>
span { border-color: #CAC18E; }
span { border-color: rgb(202,193,142); }
td.TdClassName
{
border-color: #CAC18E;
}
.TagClassName
{
border-color: #CAC18E;
}
</style>