Shades of Winter Hazel #CEC17E
Tints of Winter Hazel #CEC17E
RGB
CMYK
RGB Variations
Color information
#CEC17E (or 0xCEC17E) is known color: Winter Hazel. HEX triplet: CE, C1 and 7E. RGB value is (206,193,126). Sum of RGB (Red+Green+Blue) = 206+193+126=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC17E is #313E81. Grayscale: #BDBDBD. Windows color (decimal): -3227266 or 8307150. OLE color: 8307150.
HSL color Cylindrical-coordinate representation of color #CEC17E: hue angle of 50.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CEC17E is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 126 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.19 |
| HSL | 50.25º | 0.45% | 0.65% | - |
| HSV(B) | 50.25º | 0.39% | 0.81% | - |
| XYZ | 48.29 | 52.77 | 27.38 | - |
| YUV | 189.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 126 | 0 | 0.06 | 0.39 | 0.19 | 50.25 | 0.45 | 0.65 |
| Hex | CE | C1 | 7E | 0 | 6 | 27 | 13 | 32 | 2D | 41 |
| Octal | 316 | 301 | 176 | 0 | 6 | 47 | 23 | 62 | 55 | 101 |
| Binary | 11001110 | 11000001 | 1111110 | 0 | 110 | 100111 | 10011 | 110010 | 101101 | 1000001 |
Color Harmonies of #CEC17E
Complementary color
Monochromatic Colors of #CEC17E
Black with #CEC17E
Text Example
Text Example
White with #CEC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC17E; }
p { color: rgb(206,193,126); }
H1.HeaderClassName
{
color: #CEC17E;
}
.AnyTagClassName
{
color: #CEC17E;
}
</style>
background-color css
<style>
a { background-color: #CEC17E; }
a { background-color: rgb(206,193,126); }
div.DivClassName
{
background-color: #CEC17E;
}
.BgClassName
{
background-color: #CEC17E;
}
</style>
border-color css
<style>
span { border-color: #CEC17E; }
span { border-color: rgb(206,193,126); }
td.TdClassName
{
border-color: #CEC17E;
}
.TagClassName
{
border-color: #CEC17E;
}
</style>