Shades of Winter Hazel #CCBE81
Tints of Winter Hazel #CCBE81
RGB
CMYK
RGB Variations
Color information
#CCBE81 (or 0xCCBE81) is known color: Winter Hazel. HEX triplet: CC, BE and 81. RGB value is (204,190,129). Sum of RGB (Red+Green+Blue) = 204+190+129=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE81 is #33417E. Grayscale: #BBBBBB. Windows color (decimal): -3359103 or 8502988. OLE color: 8502988.
HSL color Cylindrical-coordinate representation of color #CCBE81: hue angle of 48.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCBE81 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 129 | - |
| CMYK | 0 | 0.07 | 0.37 | 0.2 |
| HSL | 48.8º | 0.42% | 0.65% | - |
| HSV(B) | 48.8º | 0.37% | 0.8% | - |
| XYZ | 47.28 | 51.25 | 28.17 | - |
| YUV | 187.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 129 | 0 | 0.07 | 0.37 | 0.2 | 48.8 | 0.42 | 0.65 |
| Hex | CC | BE | 81 | 0 | 7 | 25 | 14 | 31 | 2A | 41 |
| Octal | 314 | 276 | 201 | 0 | 7 | 45 | 24 | 61 | 52 | 101 |
| Binary | 11001100 | 10111110 | 10000001 | 0 | 111 | 100101 | 10100 | 110001 | 101010 | 1000001 |
Color Harmonies of #CCBE81
Complementary color
Monochromatic Colors of #CCBE81
Black with #CCBE81
Text Example
Text Example
White with #CCBE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE81; }
p { color: rgb(204,190,129); }
H1.HeaderClassName
{
color: #CCBE81;
}
.AnyTagClassName
{
color: #CCBE81;
}
</style>
background-color css
<style>
a { background-color: #CCBE81; }
a { background-color: rgb(204,190,129); }
div.DivClassName
{
background-color: #CCBE81;
}
.BgClassName
{
background-color: #CCBE81;
}
</style>
border-color css
<style>
span { border-color: #CCBE81; }
span { border-color: rgb(204,190,129); }
td.TdClassName
{
border-color: #CCBE81;
}
.TagClassName
{
border-color: #CCBE81;
}
</style>