Shades of Winter Hazel #CEC47F
Tints of Winter Hazel #CEC47F
RGB
CMYK
RGB Variations
Color information
#CEC47F (or 0xCEC47F) is known color: Winter Hazel. HEX triplet: CE, C4 and 7F. RGB value is (206,196,127). Sum of RGB (Red+Green+Blue) = 206+196+127=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 127 (50% from 255 or 24.01% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC47F is #313B80. Grayscale: #BFBFBF. Windows color (decimal): -3226497 or 8373454. OLE color: 8373454.
HSL color Cylindrical-coordinate representation of color #CEC47F: hue angle of 52.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CEC47F is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 127 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.19 |
| HSL | 52.41º | 0.45% | 0.65% | - |
| HSV(B) | 52.41º | 0.38% | 0.81% | - |
| XYZ | 49.02 | 54.13 | 27.94 | - |
| YUV | 191.12 | 91.81 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 127 | 0 | 0.05 | 0.38 | 0.19 | 52.41 | 0.45 | 0.65 |
| Hex | CE | C4 | 7F | 0 | 5 | 26 | 13 | 34 | 2D | 41 |
| Octal | 316 | 304 | 177 | 0 | 5 | 46 | 23 | 64 | 55 | 101 |
| Binary | 11001110 | 11000100 | 1111111 | 0 | 101 | 100110 | 10011 | 110100 | 101101 | 1000001 |
Color Harmonies of #CEC47F
Complementary color
Monochromatic Colors of #CEC47F
Black with #CEC47F
Text Example
Text Example
White with #CEC47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC47F; }
p { color: rgb(206,196,127); }
H1.HeaderClassName
{
color: #CEC47F;
}
.AnyTagClassName
{
color: #CEC47F;
}
</style>
background-color css
<style>
a { background-color: #CEC47F; }
a { background-color: rgb(206,196,127); }
div.DivClassName
{
background-color: #CEC47F;
}
.BgClassName
{
background-color: #CEC47F;
}
</style>
border-color css
<style>
span { border-color: #CEC47F; }
span { border-color: rgb(206,196,127); }
td.TdClassName
{
border-color: #CEC47F;
}
.TagClassName
{
border-color: #CEC47F;
}
</style>