Shades of Winter Hazel #CCBE8A
Tints of Winter Hazel #CCBE8A
RGB
CMYK
RGB Variations
Color information
#CCBE8A (or 0xCCBE8A) is known color: Winter Hazel. HEX triplet: CC, BE and 8A. RGB value is (204,190,138). Sum of RGB (Red+Green+Blue) = 204+190+138=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8A is #334175. Grayscale: #BCBCBC. Windows color (decimal): -3359094 or 9092812. OLE color: 9092812.
HSL color Cylindrical-coordinate representation of color #CCBE8A: hue angle of 47.27º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCBE8A is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 138 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.2 |
| HSL | 47.27º | 0.39% | 0.67% | - |
| HSV(B) | 47.27º | 0.32% | 0.8% | - |
| XYZ | 47.9 | 51.5 | 31.46 | - |
| YUV | 188.26 | 99.64 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 138 | 0 | 0.07 | 0.32 | 0.2 | 47.27 | 0.39 | 0.67 |
| Hex | CC | BE | 8A | 0 | 7 | 20 | 14 | 2F | 27 | 43 |
| Octal | 314 | 276 | 212 | 0 | 7 | 40 | 24 | 57 | 47 | 103 |
| Binary | 11001100 | 10111110 | 10001010 | 0 | 111 | 100000 | 10100 | 101111 | 100111 | 1000011 |
Color Harmonies of #CCBE8A
Complementary color
Monochromatic Colors of #CCBE8A
Black with #CCBE8A
Text Example
Text Example
White with #CCBE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBE8A; }
p { color: rgb(204,190,138); }
H1.HeaderClassName
{
color: #CCBE8A;
}
.AnyTagClassName
{
color: #CCBE8A;
}
</style>
background-color css
<style>
a { background-color: #CCBE8A; }
a { background-color: rgb(204,190,138); }
div.DivClassName
{
background-color: #CCBE8A;
}
.BgClassName
{
background-color: #CCBE8A;
}
</style>
border-color css
<style>
span { border-color: #CCBE8A; }
span { border-color: rgb(204,190,138); }
td.TdClassName
{
border-color: #CCBE8A;
}
.TagClassName
{
border-color: #CCBE8A;
}
</style>