Shades of Winter Hazel #CAC17C
Tints of Winter Hazel #CAC17C
RGB
CMYK
RGB Variations
Color information
#CAC17C (or 0xCAC17C) is known color: Winter Hazel. HEX triplet: CA, C1 and 7C. RGB value is (202,193,124). Sum of RGB (Red+Green+Blue) = 202+193+124=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC17C is #353E83. Grayscale: #BCBCBC. Windows color (decimal): -3489412 or 8176074. OLE color: 8176074.
HSL color Cylindrical-coordinate representation of color #CAC17C: hue angle of 53.08º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CAC17C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 124 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.21 |
| HSL | 53.08º | 0.42% | 0.64% | - |
| HSV(B) | 53.08º | 0.39% | 0.79% | - |
| XYZ | 47.07 | 52.15 | 26.65 | - |
| YUV | 187.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 124 | 0 | 0.04 | 0.39 | 0.21 | 53.08 | 0.42 | 0.64 |
| Hex | CA | C1 | 7C | 0 | 4 | 27 | 15 | 35 | 2A | 40 |
| Octal | 312 | 301 | 174 | 0 | 4 | 47 | 25 | 65 | 52 | 100 |
| Binary | 11001010 | 11000001 | 1111100 | 0 | 100 | 100111 | 10101 | 110101 | 101010 | 1000000 |
Color Harmonies of #CAC17C
Complementary color
Monochromatic Colors of #CAC17C
Black with #CAC17C
Text Example
Text Example
White with #CAC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC17C; }
p { color: rgb(202,193,124); }
H1.HeaderClassName
{
color: #CAC17C;
}
.AnyTagClassName
{
color: #CAC17C;
}
</style>
background-color css
<style>
a { background-color: #CAC17C; }
a { background-color: rgb(202,193,124); }
div.DivClassName
{
background-color: #CAC17C;
}
.BgClassName
{
background-color: #CAC17C;
}
</style>
border-color css
<style>
span { border-color: #CAC17C; }
span { border-color: rgb(202,193,124); }
td.TdClassName
{
border-color: #CAC17C;
}
.TagClassName
{
border-color: #CAC17C;
}
</style>