Shades of Winter Hazel #CEBE7D
Tints of Winter Hazel #CEBE7D
RGB
CMYK
RGB Variations
Color information
#CEBE7D (or 0xCEBE7D) is known color: Winter Hazel. HEX triplet: CE, BE and 7D. RGB value is (206,190,125). Sum of RGB (Red+Green+Blue) = 206+190+125=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBE7D is #314182. Grayscale: #BBBBBB. Windows color (decimal): -3228035 or 8240846. OLE color: 8240846.
HSL color Cylindrical-coordinate representation of color #CEBE7D: hue angle of 48.15º 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 #CEBE7D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 190 | 125 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.19 |
| HSL | 48.15º | 0.45% | 0.65% | - |
| HSV(B) | 48.15º | 0.39% | 0.81% | - |
| XYZ | 47.57 | 51.43 | 26.82 | - |
| YUV | 187.37 | 92.8 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 125 | 0 | 0.08 | 0.39 | 0.19 | 48.15 | 0.45 | 0.65 |
| Hex | CE | BE | 7D | 0 | 8 | 27 | 13 | 30 | 2D | 41 |
| Octal | 316 | 276 | 175 | 0 | 10 | 47 | 23 | 60 | 55 | 101 |
| Binary | 11001110 | 10111110 | 1111101 | 0 | 1000 | 100111 | 10011 | 110000 | 101101 | 1000001 |
Color Harmonies of #CEBE7D
Complementary color
Monochromatic Colors of #CEBE7D
Black with #CEBE7D
Text Example
Text Example
White with #CEBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBE7D; }
p { color: rgb(206,190,125); }
H1.HeaderClassName
{
color: #CEBE7D;
}
.AnyTagClassName
{
color: #CEBE7D;
}
</style>
background-color css
<style>
a { background-color: #CEBE7D; }
a { background-color: rgb(206,190,125); }
div.DivClassName
{
background-color: #CEBE7D;
}
.BgClassName
{
background-color: #CEBE7D;
}
</style>
border-color css
<style>
span { border-color: #CEBE7D; }
span { border-color: rgb(206,190,125); }
td.TdClassName
{
border-color: #CEBE7D;
}
.TagClassName
{
border-color: #CEBE7D;
}
</style>