Shades of Winter Hazel #CCBE7A
Tints of Winter Hazel #CCBE7A
RGB
CMYK
RGB Variations
Color information
#CCBE7A (or 0xCCBE7A) is known color: Winter Hazel. HEX triplet: CC, BE and 7A. RGB value is (204,190,122). Sum of RGB (Red+Green+Blue) = 204+190+122=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7A is #334185. Grayscale: #BABABA. Windows color (decimal): -3359110 or 8044236. OLE color: 8044236.
HSL color Cylindrical-coordinate representation of color #CCBE7A: hue angle of 49.76º degrees, saturation: 0.45, 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 #CCBE7A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 122 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.2 |
| HSL | 49.76º | 0.45% | 0.64% | - |
| HSV(B) | 49.76º | 0.4% | 0.8% | - |
| XYZ | 46.83 | 51.07 | 25.8 | - |
| YUV | 186.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 122 | 0 | 0.07 | 0.40 | 0.2 | 49.76 | 0.45 | 0.64 |
| Hex | CC | BE | 7A | 0 | 7 | 28 | 14 | 32 | 2D | 40 |
| Octal | 314 | 276 | 172 | 0 | 7 | 50 | 24 | 62 | 55 | 100 |
| Binary | 11001100 | 10111110 | 1111010 | 0 | 111 | 101000 | 10100 | 110010 | 101101 | 1000000 |
Color Harmonies of #CCBE7A
Complementary color
Monochromatic Colors of #CCBE7A
Black with #CCBE7A
Text Example
Text Example
White with #CCBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE7A; }
p { color: rgb(204,190,122); }
H1.HeaderClassName
{
color: #CCBE7A;
}
.AnyTagClassName
{
color: #CCBE7A;
}
</style>
background-color css
<style>
a { background-color: #CCBE7A; }
a { background-color: rgb(204,190,122); }
div.DivClassName
{
background-color: #CCBE7A;
}
.BgClassName
{
background-color: #CCBE7A;
}
</style>
border-color css
<style>
span { border-color: #CCBE7A; }
span { border-color: rgb(204,190,122); }
td.TdClassName
{
border-color: #CCBE7A;
}
.TagClassName
{
border-color: #CCBE7A;
}
</style>