Shades of Winter Hazel #CCBE91
Tints of Winter Hazel #CCBE91
RGB
CMYK
RGB Variations
Color information
#CCBE91 (or 0xCCBE91) is known color: Winter Hazel. HEX triplet: CC, BE and 91. RGB value is (204,190,145). Sum of RGB (Red+Green+Blue) = 204+190+145=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 190 (74.61% from 255 or 35.25% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE91 is #33416E. Grayscale: #BDBDBD. Windows color (decimal): -3359087 or 9551564. OLE color: 9551564.
HSL color Cylindrical-coordinate representation of color #CCBE91: hue angle of 45.76º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCBE91 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 145 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.2 |
| HSL | 45.76º | 0.37% | 0.68% | - |
| HSV(B) | 45.76º | 0.29% | 0.8% | - |
| XYZ | 48.43 | 51.71 | 34.22 | - |
| YUV | 189.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 145 | 0 | 0.07 | 0.29 | 0.2 | 45.76 | 0.37 | 0.68 |
| Hex | CC | BE | 91 | 0 | 7 | 1D | 14 | 2E | 25 | 44 |
| Octal | 314 | 276 | 221 | 0 | 7 | 35 | 24 | 56 | 45 | 104 |
| Binary | 11001100 | 10111110 | 10010001 | 0 | 111 | 11101 | 10100 | 101110 | 100101 | 1000100 |
Color Harmonies of #CCBE91
Complementary color
Monochromatic Colors of #CCBE91
Black with #CCBE91
Text Example
Text Example
White with #CCBE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE91; }
p { color: rgb(204,190,145); }
H1.HeaderClassName
{
color: #CCBE91;
}
.AnyTagClassName
{
color: #CCBE91;
}
</style>
background-color css
<style>
a { background-color: #CCBE91; }
a { background-color: rgb(204,190,145); }
div.DivClassName
{
background-color: #CCBE91;
}
.BgClassName
{
background-color: #CCBE91;
}
</style>
border-color css
<style>
span { border-color: #CCBE91; }
span { border-color: rgb(204,190,145); }
td.TdClassName
{
border-color: #CCBE91;
}
.TagClassName
{
border-color: #CCBE91;
}
</style>