Shades of Winter Hazel #CEC28E
Tints of Winter Hazel #CEC28E
RGB
CMYK
RGB Variations
Color information
#CEC28E (or 0xCEC28E) is known color: Winter Hazel. HEX triplet: CE, C2 and 8E. RGB value is (206,194,142). Sum of RGB (Red+Green+Blue) = 206+194+142=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC28E is #313D71. Grayscale: #BFBFBF. Windows color (decimal): -3226994 or 9355982. OLE color: 9355982.
HSL color Cylindrical-coordinate representation of color #CEC28E: hue angle of 48.75º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEC28E is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 142 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.19 |
| HSL | 48.75º | 0.4% | 0.68% | - |
| HSV(B) | 48.75º | 0.31% | 0.81% | - |
| XYZ | 49.63 | 53.66 | 33.33 | - |
| YUV | 191.66 | 99.98 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 142 | 0 | 0.06 | 0.31 | 0.19 | 48.75 | 0.4 | 0.68 |
| Hex | CE | C2 | 8E | 0 | 6 | 1F | 13 | 31 | 28 | 44 |
| Octal | 316 | 302 | 216 | 0 | 6 | 37 | 23 | 61 | 50 | 104 |
| Binary | 11001110 | 11000010 | 10001110 | 0 | 110 | 11111 | 10011 | 110001 | 101000 | 1000100 |
Color Harmonies of #CEC28E
Complementary color
Monochromatic Colors of #CEC28E
Black with #CEC28E
Text Example
Text Example
White with #CEC28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC28E; }
p { color: rgb(206,194,142); }
H1.HeaderClassName
{
color: #CEC28E;
}
.AnyTagClassName
{
color: #CEC28E;
}
</style>
background-color css
<style>
a { background-color: #CEC28E; }
a { background-color: rgb(206,194,142); }
div.DivClassName
{
background-color: #CEC28E;
}
.BgClassName
{
background-color: #CEC28E;
}
</style>
border-color css
<style>
span { border-color: #CEC28E; }
span { border-color: rgb(206,194,142); }
td.TdClassName
{
border-color: #CEC28E;
}
.TagClassName
{
border-color: #CEC28E;
}
</style>