Shades of Winter Hazel #CCBE89
Tints of Winter Hazel #CCBE89
RGB
CMYK
RGB Variations
Color information
#CCBE89 (or 0xCCBE89) is known color: Winter Hazel. HEX triplet: CC, BE and 89. RGB value is (204,190,137). Sum of RGB (Red+Green+Blue) = 204+190+137=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE89 is #334176. Grayscale: #BCBCBC. Windows color (decimal): -3359095 or 9027276. OLE color: 9027276.
HSL color Cylindrical-coordinate representation of color #CCBE89: hue angle of 47.46º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCBE89 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 137 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.2 |
| HSL | 47.46º | 0.4% | 0.67% | - |
| HSV(B) | 47.46º | 0.33% | 0.8% | - |
| XYZ | 47.83 | 51.47 | 31.08 | - |
| YUV | 188.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 137 | 0 | 0.07 | 0.33 | 0.2 | 47.46 | 0.4 | 0.67 |
| Hex | CC | BE | 89 | 0 | 7 | 21 | 14 | 2F | 28 | 43 |
| Octal | 314 | 276 | 211 | 0 | 7 | 41 | 24 | 57 | 50 | 103 |
| Binary | 11001100 | 10111110 | 10001001 | 0 | 111 | 100001 | 10100 | 101111 | 101000 | 1000011 |
Color Harmonies of #CCBE89
Complementary color
Monochromatic Colors of #CCBE89
Black with #CCBE89
Text Example
Text Example
White with #CCBE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE89; }
p { color: rgb(204,190,137); }
H1.HeaderClassName
{
color: #CCBE89;
}
.AnyTagClassName
{
color: #CCBE89;
}
</style>
background-color css
<style>
a { background-color: #CCBE89; }
a { background-color: rgb(204,190,137); }
div.DivClassName
{
background-color: #CCBE89;
}
.BgClassName
{
background-color: #CCBE89;
}
</style>
border-color css
<style>
span { border-color: #CCBE89; }
span { border-color: rgb(204,190,137); }
td.TdClassName
{
border-color: #CCBE89;
}
.TagClassName
{
border-color: #CCBE89;
}
</style>