Shades of Winter Hazel #CEC571
Tints of Winter Hazel #CEC571
RGB
CMYK
RGB Variations
Color information
#CEC571 (or 0xCEC571) is known color: Winter Hazel. HEX triplet: CE, C5 and 71. RGB value is (206,197,113). Sum of RGB (Red+Green+Blue) = 206+197+113=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 113 (44.53% from 255 or 21.90% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC571 is #313A8E. Grayscale: #BEBEBE. Windows color (decimal): -3226255 or 7456206. OLE color: 7456206.
HSL color Cylindrical-coordinate representation of color #CEC571: hue angle of 54.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEC571 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 113 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.19 |
| HSL | 54.19º | 0.49% | 0.63% | - |
| HSV(B) | 54.19º | 0.45% | 0.81% | - |
| XYZ | 48.4 | 54.25 | 23.54 | - |
| YUV | 190.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 113 | 0 | 0.04 | 0.45 | 0.19 | 54.19 | 0.49 | 0.63 |
| Hex | CE | C5 | 71 | 0 | 4 | 2D | 13 | 36 | 31 | 3F |
| Octal | 316 | 305 | 161 | 0 | 4 | 55 | 23 | 66 | 61 | 77 |
| Binary | 11001110 | 11000101 | 1110001 | 0 | 100 | 101101 | 10011 | 110110 | 110001 | 111111 |
Color Harmonies of #CEC571
Complementary color
Monochromatic Colors of #CEC571
Black with #CEC571
Text Example
Text Example
White with #CEC571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC571; }
p { color: rgb(206,197,113); }
H1.HeaderClassName
{
color: #CEC571;
}
.AnyTagClassName
{
color: #CEC571;
}
</style>
background-color css
<style>
a { background-color: #CEC571; }
a { background-color: rgb(206,197,113); }
div.DivClassName
{
background-color: #CEC571;
}
.BgClassName
{
background-color: #CEC571;
}
</style>
border-color css
<style>
span { border-color: #CEC571; }
span { border-color: rgb(206,197,113); }
td.TdClassName
{
border-color: #CEC571;
}
.TagClassName
{
border-color: #CEC571;
}
</style>