Shades of Winter Hazel #CEBD7A
Tints of Winter Hazel #CEBD7A
RGB
CMYK
RGB Variations
Color information
#CEBD7A (or 0xCEBD7A) is known color: Winter Hazel. HEX triplet: CE, BD and 7A. RGB value is (206,189,122). Sum of RGB (Red+Green+Blue) = 206+189+122=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBD7A is #314285. Grayscale: #BABABA. Windows color (decimal): -3228294 or 8043982. OLE color: 8043982.
HSL color Cylindrical-coordinate representation of color #CEBD7A: hue angle of 47.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEBD7A is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 122 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.19 |
| HSL | 47.86º | 0.46% | 0.64% | - |
| HSV(B) | 47.86º | 0.41% | 0.81% | - |
| XYZ | 47.16 | 50.92 | 25.76 | - |
| YUV | 186.45 | 91.63 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 122 | 0 | 0.08 | 0.41 | 0.19 | 47.86 | 0.46 | 0.64 |
| Hex | CE | BD | 7A | 0 | 8 | 29 | 13 | 30 | 2E | 40 |
| Octal | 316 | 275 | 172 | 0 | 10 | 51 | 23 | 60 | 56 | 100 |
| Binary | 11001110 | 10111101 | 1111010 | 0 | 1000 | 101001 | 10011 | 110000 | 101110 | 1000000 |
Color Harmonies of #CEBD7A
Complementary color
Monochromatic Colors of #CEBD7A
Black with #CEBD7A
Text Example
Text Example
White with #CEBD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD7A; }
p { color: rgb(206,189,122); }
H1.HeaderClassName
{
color: #CEBD7A;
}
.AnyTagClassName
{
color: #CEBD7A;
}
</style>
background-color css
<style>
a { background-color: #CEBD7A; }
a { background-color: rgb(206,189,122); }
div.DivClassName
{
background-color: #CEBD7A;
}
.BgClassName
{
background-color: #CEBD7A;
}
</style>
border-color css
<style>
span { border-color: #CEBD7A; }
span { border-color: rgb(206,189,122); }
td.TdClassName
{
border-color: #CEBD7A;
}
.TagClassName
{
border-color: #CEBD7A;
}
</style>