Shades of Winter Hazel #CEC27F
Tints of Winter Hazel #CEC27F
RGB
CMYK
RGB Variations
Color information
#CEC27F (or 0xCEC27F) is known color: Winter Hazel. HEX triplet: CE, C2 and 7F. RGB value is (206,194,127). Sum of RGB (Red+Green+Blue) = 206+194+127=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC27F is #313D80. Grayscale: #BEBEBE. Windows color (decimal): -3227009 or 8372942. OLE color: 8372942.
HSL color Cylindrical-coordinate representation of color #CEC27F: hue angle of 50.89º 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 #CEC27F is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 127 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.19 |
| HSL | 50.89º | 0.45% | 0.65% | - |
| HSV(B) | 50.89º | 0.38% | 0.81% | - |
| XYZ | 48.58 | 53.24 | 27.79 | - |
| YUV | 189.95 | 92.48 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 127 | 0 | 0.06 | 0.38 | 0.19 | 50.89 | 0.45 | 0.65 |
| Hex | CE | C2 | 7F | 0 | 6 | 26 | 13 | 33 | 2D | 41 |
| Octal | 316 | 302 | 177 | 0 | 6 | 46 | 23 | 63 | 55 | 101 |
| Binary | 11001110 | 11000010 | 1111111 | 0 | 110 | 100110 | 10011 | 110011 | 101101 | 1000001 |
Color Harmonies of #CEC27F
Complementary color
Monochromatic Colors of #CEC27F
Black with #CEC27F
Text Example
Text Example
White with #CEC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC27F; }
p { color: rgb(206,194,127); }
H1.HeaderClassName
{
color: #CEC27F;
}
.AnyTagClassName
{
color: #CEC27F;
}
</style>
background-color css
<style>
a { background-color: #CEC27F; }
a { background-color: rgb(206,194,127); }
div.DivClassName
{
background-color: #CEC27F;
}
.BgClassName
{
background-color: #CEC27F;
}
</style>
border-color css
<style>
span { border-color: #CEC27F; }
span { border-color: rgb(206,194,127); }
td.TdClassName
{
border-color: #CEC27F;
}
.TagClassName
{
border-color: #CEC27F;
}
</style>