Shades of Winter Hazel #CAC27C
Tints of Winter Hazel #CAC27C
RGB
CMYK
RGB Variations
Color information
#CAC27C (or 0xCAC27C) is known color: Winter Hazel. HEX triplet: CA, C2 and 7C. RGB value is (202,194,124). Sum of RGB (Red+Green+Blue) = 202+194+124=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC27C is #353D83. Grayscale: #BCBCBC. Windows color (decimal): -3489156 or 8176330. OLE color: 8176330.
HSL color Cylindrical-coordinate representation of color #CAC27C: hue angle of 53.85º 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 #CAC27C is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 124 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.21 |
| HSL | 53.85º | 0.42% | 0.64% | - |
| HSV(B) | 53.85º | 0.39% | 0.79% | - |
| XYZ | 47.29 | 52.6 | 26.73 | - |
| YUV | 188.41 | 91.65 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 124 | 0 | 0.04 | 0.39 | 0.21 | 53.85 | 0.42 | 0.64 |
| Hex | CA | C2 | 7C | 0 | 4 | 27 | 15 | 36 | 2A | 40 |
| Octal | 312 | 302 | 174 | 0 | 4 | 47 | 25 | 66 | 52 | 100 |
| Binary | 11001010 | 11000010 | 1111100 | 0 | 100 | 100111 | 10101 | 110110 | 101010 | 1000000 |
Color Harmonies of #CAC27C
Complementary color
Monochromatic Colors of #CAC27C
Black with #CAC27C
Text Example
Text Example
White with #CAC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC27C; }
p { color: rgb(202,194,124); }
H1.HeaderClassName
{
color: #CAC27C;
}
.AnyTagClassName
{
color: #CAC27C;
}
</style>
background-color css
<style>
a { background-color: #CAC27C; }
a { background-color: rgb(202,194,124); }
div.DivClassName
{
background-color: #CAC27C;
}
.BgClassName
{
background-color: #CAC27C;
}
</style>
border-color css
<style>
span { border-color: #CAC27C; }
span { border-color: rgb(202,194,124); }
td.TdClassName
{
border-color: #CAC27C;
}
.TagClassName
{
border-color: #CAC27C;
}
</style>