Shades of Winter Hazel #CEBD7C
Tints of Winter Hazel #CEBD7C
RGB
CMYK
RGB Variations
Color information
#CEBD7C (or 0xCEBD7C) is known color: Winter Hazel. HEX triplet: CE, BD and 7C. RGB value is (206,189,124). Sum of RGB (Red+Green+Blue) = 206+189+124=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD7C is #314283. Grayscale: #BABABA. Windows color (decimal): -3228292 or 8175054. OLE color: 8175054.
HSL color Cylindrical-coordinate representation of color #CEBD7C: hue angle of 47.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEBD7C is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 124 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.19 |
| HSL | 47.56º | 0.46% | 0.65% | - |
| HSV(B) | 47.56º | 0.4% | 0.81% | - |
| XYZ | 47.29 | 50.97 | 26.42 | - |
| YUV | 186.67 | 92.63 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 124 | 0 | 0.08 | 0.40 | 0.19 | 47.56 | 0.46 | 0.65 |
| Hex | CE | BD | 7C | 0 | 8 | 28 | 13 | 30 | 2E | 41 |
| Octal | 316 | 275 | 174 | 0 | 10 | 50 | 23 | 60 | 56 | 101 |
| Binary | 11001110 | 10111101 | 1111100 | 0 | 1000 | 101000 | 10011 | 110000 | 101110 | 1000001 |
Color Harmonies of #CEBD7C
Complementary color
Monochromatic Colors of #CEBD7C
Black with #CEBD7C
Text Example
Text Example
White with #CEBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD7C; }
p { color: rgb(206,189,124); }
H1.HeaderClassName
{
color: #CEBD7C;
}
.AnyTagClassName
{
color: #CEBD7C;
}
</style>
background-color css
<style>
a { background-color: #CEBD7C; }
a { background-color: rgb(206,189,124); }
div.DivClassName
{
background-color: #CEBD7C;
}
.BgClassName
{
background-color: #CEBD7C;
}
</style>
border-color css
<style>
span { border-color: #CEBD7C; }
span { border-color: rgb(206,189,124); }
td.TdClassName
{
border-color: #CEBD7C;
}
.TagClassName
{
border-color: #CEBD7C;
}
</style>