Shades of Winter Hazel #CCBE7B
Tints of Winter Hazel #CCBE7B
RGB
CMYK
RGB Variations
Color information
#CCBE7B (or 0xCCBE7B) is known color: Winter Hazel. HEX triplet: CC, BE and 7B. RGB value is (204,190,123). Sum of RGB (Red+Green+Blue) = 204+190+123=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7B is #334184. Grayscale: #BABABA. Windows color (decimal): -3359109 or 8109772. OLE color: 8109772.
HSL color Cylindrical-coordinate representation of color #CCBE7B: hue angle of 49.63º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBE7B is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 123 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.2 |
| HSL | 49.63º | 0.44% | 0.64% | - |
| HSV(B) | 49.63º | 0.4% | 0.8% | - |
| XYZ | 46.89 | 51.09 | 26.13 | - |
| YUV | 186.55 | 92.14 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 123 | 0 | 0.07 | 0.40 | 0.2 | 49.63 | 0.44 | 0.64 |
| Hex | CC | BE | 7B | 0 | 7 | 28 | 14 | 32 | 2C | 40 |
| Octal | 314 | 276 | 173 | 0 | 7 | 50 | 24 | 62 | 54 | 100 |
| Binary | 11001100 | 10111110 | 1111011 | 0 | 111 | 101000 | 10100 | 110010 | 101100 | 1000000 |
Color Harmonies of #CCBE7B
Complementary color
Monochromatic Colors of #CCBE7B
Black with #CCBE7B
Text Example
Text Example
White with #CCBE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE7B; }
p { color: rgb(204,190,123); }
H1.HeaderClassName
{
color: #CCBE7B;
}
.AnyTagClassName
{
color: #CCBE7B;
}
</style>
background-color css
<style>
a { background-color: #CCBE7B; }
a { background-color: rgb(204,190,123); }
div.DivClassName
{
background-color: #CCBE7B;
}
.BgClassName
{
background-color: #CCBE7B;
}
</style>
border-color css
<style>
span { border-color: #CCBE7B; }
span { border-color: rgb(204,190,123); }
td.TdClassName
{
border-color: #CCBE7B;
}
.TagClassName
{
border-color: #CCBE7B;
}
</style>