Shades of Winter Hazel #CEC771
Tints of Winter Hazel #CEC771
RGB
CMYK
RGB Variations
Color information
#CEC771 (or 0xCEC771) is known color: Winter Hazel. HEX triplet: CE, C7 and 71. RGB value is (206,199,113). Sum of RGB (Red+Green+Blue) = 206+199+113=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC771 is #31388E. Grayscale: #BFBFBF. Windows color (decimal): -3225743 or 7456718. OLE color: 7456718.
HSL color Cylindrical-coordinate representation of color #CEC771: hue angle of 55.48º 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 #CEC771 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 113 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.19 |
| HSL | 55.48º | 0.49% | 0.63% | - |
| HSV(B) | 55.48º | 0.45% | 0.81% | - |
| XYZ | 48.86 | 55.16 | 23.69 | - |
| YUV | 191.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 113 | 0 | 0.03 | 0.45 | 0.19 | 55.48 | 0.49 | 0.63 |
| Hex | CE | C7 | 71 | 0 | 3 | 2D | 13 | 37 | 31 | 3F |
| Octal | 316 | 307 | 161 | 0 | 3 | 55 | 23 | 67 | 61 | 77 |
| Binary | 11001110 | 11000111 | 1110001 | 0 | 11 | 101101 | 10011 | 110111 | 110001 | 111111 |
Color Harmonies of #CEC771
Complementary color
Monochromatic Colors of #CEC771
Black with #CEC771
Text Example
Text Example
White with #CEC771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC771; }
p { color: rgb(206,199,113); }
H1.HeaderClassName
{
color: #CEC771;
}
.AnyTagClassName
{
color: #CEC771;
}
</style>
background-color css
<style>
a { background-color: #CEC771; }
a { background-color: rgb(206,199,113); }
div.DivClassName
{
background-color: #CEC771;
}
.BgClassName
{
background-color: #CEC771;
}
</style>
border-color css
<style>
span { border-color: #CEC771; }
span { border-color: rgb(206,199,113); }
td.TdClassName
{
border-color: #CEC771;
}
.TagClassName
{
border-color: #CEC771;
}
</style>