Shades of Winter Hazel #CCBE8F
Tints of Winter Hazel #CCBE8F
RGB
CMYK
RGB Variations
Color information
#CCBE8F (or 0xCCBE8F) is known color: Winter Hazel. HEX triplet: CC, BE and 8F. RGB value is (204,190,143). Sum of RGB (Red+Green+Blue) = 204+190+143=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 143 (56.25% from 255 or 26.63% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8F is #334170. Grayscale: #BDBDBD. Windows color (decimal): -3359089 or 9420492. OLE color: 9420492.
HSL color Cylindrical-coordinate representation of color #CCBE8F: hue angle of 46.23º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBE8F is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 143 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.2 |
| HSL | 46.23º | 0.37% | 0.68% | - |
| HSV(B) | 46.23º | 0.3% | 0.8% | - |
| XYZ | 48.27 | 51.65 | 33.41 | - |
| YUV | 188.83 | 102.14 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 143 | 0 | 0.07 | 0.30 | 0.2 | 46.23 | 0.37 | 0.68 |
| Hex | CC | BE | 8F | 0 | 7 | 1E | 14 | 2E | 25 | 44 |
| Octal | 314 | 276 | 217 | 0 | 7 | 36 | 24 | 56 | 45 | 104 |
| Binary | 11001100 | 10111110 | 10001111 | 0 | 111 | 11110 | 10100 | 101110 | 100101 | 1000100 |
Color Harmonies of #CCBE8F
Complementary color
Monochromatic Colors of #CCBE8F
Black with #CCBE8F
Text Example
Text Example
White with #CCBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE8F; }
p { color: rgb(204,190,143); }
H1.HeaderClassName
{
color: #CCBE8F;
}
.AnyTagClassName
{
color: #CCBE8F;
}
</style>
background-color css
<style>
a { background-color: #CCBE8F; }
a { background-color: rgb(204,190,143); }
div.DivClassName
{
background-color: #CCBE8F;
}
.BgClassName
{
background-color: #CCBE8F;
}
</style>
border-color css
<style>
span { border-color: #CCBE8F; }
span { border-color: rgb(204,190,143); }
td.TdClassName
{
border-color: #CCBE8F;
}
.TagClassName
{
border-color: #CCBE8F;
}
</style>