Shades of Winter Hazel #CAC18D
Tints of Winter Hazel #CAC18D
RGB
CMYK
RGB Variations
Color information
#CAC18D (or 0xCAC18D) is known color: Winter Hazel. HEX triplet: CA, C1 and 8D. RGB value is (202,193,141). Sum of RGB (Red+Green+Blue) = 202+193+141=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18D is #353E72. Grayscale: #BDBDBD. Windows color (decimal): -3489395 or 9290186. OLE color: 9290186.
HSL color Cylindrical-coordinate representation of color #CAC18D: hue angle of 51.15º 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 #CAC18D is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 141 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.21 |
| HSL | 51.15º | 0.37% | 0.67% | - |
| HSV(B) | 51.15º | 0.3% | 0.79% | - |
| XYZ | 48.23 | 52.62 | 32.81 | - |
| YUV | 189.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 141 | 0 | 0.04 | 0.30 | 0.21 | 51.15 | 0.37 | 0.67 |
| Hex | CA | C1 | 8D | 0 | 4 | 1E | 15 | 33 | 25 | 43 |
| Octal | 312 | 301 | 215 | 0 | 4 | 36 | 25 | 63 | 45 | 103 |
| Binary | 11001010 | 11000001 | 10001101 | 0 | 100 | 11110 | 10101 | 110011 | 100101 | 1000011 |
Color Harmonies of #CAC18D
Complementary color
Monochromatic Colors of #CAC18D
Black with #CAC18D
Text Example
Text Example
White with #CAC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC18D; }
p { color: rgb(202,193,141); }
H1.HeaderClassName
{
color: #CAC18D;
}
.AnyTagClassName
{
color: #CAC18D;
}
</style>
background-color css
<style>
a { background-color: #CAC18D; }
a { background-color: rgb(202,193,141); }
div.DivClassName
{
background-color: #CAC18D;
}
.BgClassName
{
background-color: #CAC18D;
}
</style>
border-color css
<style>
span { border-color: #CAC18D; }
span { border-color: rgb(202,193,141); }
td.TdClassName
{
border-color: #CAC18D;
}
.TagClassName
{
border-color: #CAC18D;
}
</style>