Shades of Winter Hazel #CCC889
Tints of Winter Hazel #CCC889
RGB
CMYK
RGB Variations
Color information
#CCC889 (or 0xCCC889) is known color: Winter Hazel. HEX triplet: CC, C8 and 89. RGB value is (204,200,137). Sum of RGB (Red+Green+Blue) = 204+200+137=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 137 (53.91% from 255 or 25.32% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC889 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC889 is #333776. Grayscale: #C2C2C2. Windows color (decimal): -3356535 or 9029836. OLE color: 9029836.
HSL color Cylindrical-coordinate representation of color #CCC889: hue angle of 56.42º 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 #CCC889 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.2 |
| HSL | 56.42º | 0.4% | 0.67% | - |
| HSV(B) | 56.42º | 0.33% | 0.8% | - |
| XYZ | 50.07 | 55.95 | 31.83 | - |
| YUV | 194.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 137 | 0 | 0.02 | 0.33 | 0.2 | 56.42 | 0.4 | 0.67 |
| Hex | CC | C8 | 89 | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 314 | 310 | 211 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001100 | 11001000 | 10001001 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CCC889
Complementary color
Monochromatic Colors of #CCC889
Black with #CCC889
Text Example
Text Example
White with #CCC889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC889; }
p { color: rgb(204,200,137); }
H1.HeaderClassName
{
color: #CCC889;
}
.AnyTagClassName
{
color: #CCC889;
}
</style>
background-color css
<style>
a { background-color: #CCC889; }
a { background-color: rgb(204,200,137); }
div.DivClassName
{
background-color: #CCC889;
}
.BgClassName
{
background-color: #CCC889;
}
</style>
border-color css
<style>
span { border-color: #CCC889; }
span { border-color: rgb(204,200,137); }
td.TdClassName
{
border-color: #CCC889;
}
.TagClassName
{
border-color: #CCC889;
}
</style>