Shades of Winter Hazel #CCBE73
Tints of Winter Hazel #CCBE73
RGB
CMYK
RGB Variations
Color information
#CCBE73 (or 0xCCBE73) is known color: Winter Hazel. HEX triplet: CC, BE and 73. RGB value is (204,190,115). Sum of RGB (Red+Green+Blue) = 204+190+115=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE73 is #33418C. Grayscale: #B9B9B9. Windows color (decimal): -3359117 or 7585484. OLE color: 7585484.
HSL color Cylindrical-coordinate representation of color #CCBE73: hue angle of 50.56º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CCBE73 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 115 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.2 |
| HSL | 50.56º | 0.47% | 0.63% | - |
| HSV(B) | 50.56º | 0.44% | 0.8% | - |
| XYZ | 46.41 | 50.9 | 23.6 | - |
| YUV | 185.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 115 | 0 | 0.07 | 0.44 | 0.2 | 50.56 | 0.47 | 0.63 |
| Hex | CC | BE | 73 | 0 | 7 | 2C | 14 | 33 | 2F | 3F |
| Octal | 314 | 276 | 163 | 0 | 7 | 54 | 24 | 63 | 57 | 77 |
| Binary | 11001100 | 10111110 | 1110011 | 0 | 111 | 101100 | 10100 | 110011 | 101111 | 111111 |
Color Harmonies of #CCBE73
Complementary color
Monochromatic Colors of #CCBE73
Black with #CCBE73
Text Example
Text Example
White with #CCBE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE73; }
p { color: rgb(204,190,115); }
H1.HeaderClassName
{
color: #CCBE73;
}
.AnyTagClassName
{
color: #CCBE73;
}
</style>
background-color css
<style>
a { background-color: #CCBE73; }
a { background-color: rgb(204,190,115); }
div.DivClassName
{
background-color: #CCBE73;
}
.BgClassName
{
background-color: #CCBE73;
}
</style>
border-color css
<style>
span { border-color: #CCBE73; }
span { border-color: rgb(204,190,115); }
td.TdClassName
{
border-color: #CCBE73;
}
.TagClassName
{
border-color: #CCBE73;
}
</style>