Shades of Winter Hazel #CCC88B
Tints of Winter Hazel #CCC88B
RGB
CMYK
RGB Variations
Color information
#CCC88B (or 0xCCC88B) is known color: Winter Hazel. HEX triplet: CC, C8 and 8B. RGB value is (204,200,139). Sum of RGB (Red+Green+Blue) = 204+200+139=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88B is #333774. Grayscale: #C2C2C2. Windows color (decimal): -3356533 or 9160908. OLE color: 9160908.
HSL color Cylindrical-coordinate representation of color #CCC88B: hue angle of 56.31º 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 #CCC88B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 139 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.2 |
| HSL | 56.31º | 0.39% | 0.67% | - |
| HSV(B) | 56.31º | 0.32% | 0.8% | - |
| XYZ | 50.22 | 56.01 | 32.59 | - |
| YUV | 194.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 139 | 0 | 0.02 | 0.32 | 0.2 | 56.31 | 0.39 | 0.67 |
| Hex | CC | C8 | 8B | 0 | 2 | 20 | 14 | 38 | 27 | 43 |
| Octal | 314 | 310 | 213 | 0 | 2 | 40 | 24 | 70 | 47 | 103 |
| Binary | 11001100 | 11001000 | 10001011 | 0 | 10 | 100000 | 10100 | 111000 | 100111 | 1000011 |
Color Harmonies of #CCC88B
Complementary color
Monochromatic Colors of #CCC88B
Black with #CCC88B
Text Example
Text Example
White with #CCC88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC88B; }
p { color: rgb(204,200,139); }
H1.HeaderClassName
{
color: #CCC88B;
}
.AnyTagClassName
{
color: #CCC88B;
}
</style>
background-color css
<style>
a { background-color: #CCC88B; }
a { background-color: rgb(204,200,139); }
div.DivClassName
{
background-color: #CCC88B;
}
.BgClassName
{
background-color: #CCC88B;
}
</style>
border-color css
<style>
span { border-color: #CCC88B; }
span { border-color: rgb(204,200,139); }
td.TdClassName
{
border-color: #CCC88B;
}
.TagClassName
{
border-color: #CCC88B;
}
</style>