Shades of Winter Hazel #CEBF7B
Tints of Winter Hazel #CEBF7B
RGB
CMYK
RGB Variations
Color information
#CEBF7B (or 0xCEBF7B) is known color: Winter Hazel. HEX triplet: CE, BF and 7B. RGB value is (206,191,123). Sum of RGB (Red+Green+Blue) = 206+191+123=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF7B is #314084. Grayscale: #BCBCBC. Windows color (decimal): -3227781 or 8110030. OLE color: 8110030.
HSL color Cylindrical-coordinate representation of color #CEBF7B: hue angle of 49.16º 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 #CEBF7B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 123 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.19 |
| HSL | 49.16º | 0.46% | 0.65% | - |
| HSV(B) | 49.16º | 0.4% | 0.81% | - |
| XYZ | 47.66 | 51.81 | 26.23 | - |
| YUV | 187.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 123 | 0 | 0.07 | 0.40 | 0.19 | 49.16 | 0.46 | 0.65 |
| Hex | CE | BF | 7B | 0 | 7 | 28 | 13 | 31 | 2E | 41 |
| Octal | 316 | 277 | 173 | 0 | 7 | 50 | 23 | 61 | 56 | 101 |
| Binary | 11001110 | 10111111 | 1111011 | 0 | 111 | 101000 | 10011 | 110001 | 101110 | 1000001 |
Color Harmonies of #CEBF7B
Complementary color
Monochromatic Colors of #CEBF7B
Black with #CEBF7B
Text Example
Text Example
White with #CEBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF7B; }
p { color: rgb(206,191,123); }
H1.HeaderClassName
{
color: #CEBF7B;
}
.AnyTagClassName
{
color: #CEBF7B;
}
</style>
background-color css
<style>
a { background-color: #CEBF7B; }
a { background-color: rgb(206,191,123); }
div.DivClassName
{
background-color: #CEBF7B;
}
.BgClassName
{
background-color: #CEBF7B;
}
</style>
border-color css
<style>
span { border-color: #CEBF7B; }
span { border-color: rgb(206,191,123); }
td.TdClassName
{
border-color: #CEBF7B;
}
.TagClassName
{
border-color: #CEBF7B;
}
</style>