Shades of Winter Hazel #CAC18F
Tints of Winter Hazel #CAC18F
RGB
CMYK
RGB Variations
Color information
#CAC18F (or 0xCAC18F) is known color: Winter Hazel. HEX triplet: CA, C1 and 8F. RGB value is (202,193,143). Sum of RGB (Red+Green+Blue) = 202+193+143=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC18F is #353E70. Grayscale: #BEBEBE. Windows color (decimal): -3489393 or 9421258. OLE color: 9421258.
HSL color Cylindrical-coordinate representation of color #CAC18F: hue angle of 50.85º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAC18F is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 143 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.21 |
| HSL | 50.85º | 0.36% | 0.68% | - |
| HSV(B) | 50.85º | 0.29% | 0.79% | - |
| XYZ | 48.39 | 52.68 | 33.6 | - |
| YUV | 189.99 | 101.48 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 143 | 0 | 0.04 | 0.29 | 0.21 | 50.85 | 0.36 | 0.68 |
| Hex | CA | C1 | 8F | 0 | 4 | 1D | 15 | 33 | 24 | 44 |
| Octal | 312 | 301 | 217 | 0 | 4 | 35 | 25 | 63 | 44 | 104 |
| Binary | 11001010 | 11000001 | 10001111 | 0 | 100 | 11101 | 10101 | 110011 | 100100 | 1000100 |
Color Harmonies of #CAC18F
Complementary color
Monochromatic Colors of #CAC18F
Black with #CAC18F
Text Example
Text Example
White with #CAC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC18F; }
p { color: rgb(202,193,143); }
H1.HeaderClassName
{
color: #CAC18F;
}
.AnyTagClassName
{
color: #CAC18F;
}
</style>
background-color css
<style>
a { background-color: #CAC18F; }
a { background-color: rgb(202,193,143); }
div.DivClassName
{
background-color: #CAC18F;
}
.BgClassName
{
background-color: #CAC18F;
}
</style>
border-color css
<style>
span { border-color: #CAC18F; }
span { border-color: rgb(202,193,143); }
td.TdClassName
{
border-color: #CAC18F;
}
.TagClassName
{
border-color: #CAC18F;
}
</style>