Shades of Winter Hazel #CEC68E
Tints of Winter Hazel #CEC68E
RGB
CMYK
RGB Variations
Color information
#CEC68E (or 0xCEC68E) is known color: Winter Hazel. HEX triplet: CE, C6 and 8E. RGB value is (206,198,142). Sum of RGB (Red+Green+Blue) = 206+198+142=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC68E is #313971. Grayscale: #C2C2C2. Windows color (decimal): -3225970 or 9357006. OLE color: 9357006.
HSL color Cylindrical-coordinate representation of color #CEC68E: hue angle of 52.5º 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 #CEC68E is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 142 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.19 |
| HSL | 52.5º | 0.4% | 0.68% | - |
| HSV(B) | 52.5º | 0.31% | 0.81% | - |
| XYZ | 50.53 | 55.46 | 33.63 | - |
| YUV | 194.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 142 | 0 | 0.04 | 0.31 | 0.19 | 52.5 | 0.4 | 0.68 |
| Hex | CE | C6 | 8E | 0 | 4 | 1F | 13 | 34 | 28 | 44 |
| Octal | 316 | 306 | 216 | 0 | 4 | 37 | 23 | 64 | 50 | 104 |
| Binary | 11001110 | 11000110 | 10001110 | 0 | 100 | 11111 | 10011 | 110100 | 101000 | 1000100 |
Color Harmonies of #CEC68E
Complementary color
Monochromatic Colors of #CEC68E
Black with #CEC68E
Text Example
Text Example
White with #CEC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC68E; }
p { color: rgb(206,198,142); }
H1.HeaderClassName
{
color: #CEC68E;
}
.AnyTagClassName
{
color: #CEC68E;
}
</style>
background-color css
<style>
a { background-color: #CEC68E; }
a { background-color: rgb(206,198,142); }
div.DivClassName
{
background-color: #CEC68E;
}
.BgClassName
{
background-color: #CEC68E;
}
</style>
border-color css
<style>
span { border-color: #CEC68E; }
span { border-color: rgb(206,198,142); }
td.TdClassName
{
border-color: #CEC68E;
}
.TagClassName
{
border-color: #CEC68E;
}
</style>