Shades of Winter Hazel #CCBE77
Tints of Winter Hazel #CCBE77
RGB
CMYK
RGB Variations
Color information
#CCBE77 (or 0xCCBE77) is known color: Winter Hazel. HEX triplet: CC, BE and 77. RGB value is (204,190,119). Sum of RGB (Red+Green+Blue) = 204+190+119=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE77 is #334188. Grayscale: #BABABA. Windows color (decimal): -3359113 or 7847628. OLE color: 7847628.
HSL color Cylindrical-coordinate representation of color #CCBE77: hue angle of 50.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCBE77 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 119 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.2 |
| HSL | 50.12º | 0.45% | 0.63% | - |
| HSV(B) | 50.12º | 0.42% | 0.8% | - |
| XYZ | 46.65 | 51 | 24.84 | - |
| YUV | 186.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 119 | 0 | 0.07 | 0.42 | 0.2 | 50.12 | 0.45 | 0.63 |
| Hex | CC | BE | 77 | 0 | 7 | 2A | 14 | 32 | 2D | 3F |
| Octal | 314 | 276 | 167 | 0 | 7 | 52 | 24 | 62 | 55 | 77 |
| Binary | 11001100 | 10111110 | 1110111 | 0 | 111 | 101010 | 10100 | 110010 | 101101 | 111111 |
Color Harmonies of #CCBE77
Complementary color
Monochromatic Colors of #CCBE77
Black with #CCBE77
Text Example
Text Example
White with #CCBE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE77; }
p { color: rgb(204,190,119); }
H1.HeaderClassName
{
color: #CCBE77;
}
.AnyTagClassName
{
color: #CCBE77;
}
</style>
background-color css
<style>
a { background-color: #CCBE77; }
a { background-color: rgb(204,190,119); }
div.DivClassName
{
background-color: #CCBE77;
}
.BgClassName
{
background-color: #CCBE77;
}
</style>
border-color css
<style>
span { border-color: #CCBE77; }
span { border-color: rgb(204,190,119); }
td.TdClassName
{
border-color: #CCBE77;
}
.TagClassName
{
border-color: #CCBE77;
}
</style>