Shades of Winter Hazel #CCC789
Tints of Winter Hazel #CCC789
RGB
CMYK
RGB Variations
Color information
#CCC789 (or 0xCCC789) is known color: Winter Hazel. HEX triplet: CC, C7 and 89. RGB value is (204,199,137). Sum of RGB (Red+Green+Blue) = 204+199+137=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC789 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC789 is #333876. Grayscale: #C1C1C1. Windows color (decimal): -3356791 or 9029580. OLE color: 9029580.
HSL color Cylindrical-coordinate representation of color #CCC789: hue angle of 55.52º 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 #CCC789 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 137 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.2 |
| HSL | 55.52º | 0.4% | 0.67% | - |
| HSV(B) | 55.52º | 0.33% | 0.8% | - |
| XYZ | 49.84 | 55.49 | 31.75 | - |
| YUV | 193.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 137 | 0 | 0.02 | 0.33 | 0.2 | 55.52 | 0.4 | 0.67 |
| Hex | CC | C7 | 89 | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 314 | 307 | 211 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001100 | 11000111 | 10001001 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CCC789
Complementary color
Monochromatic Colors of #CCC789
Black with #CCC789
Text Example
Text Example
White with #CCC789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC789; }
p { color: rgb(204,199,137); }
H1.HeaderClassName
{
color: #CCC789;
}
.AnyTagClassName
{
color: #CCC789;
}
</style>
background-color css
<style>
a { background-color: #CCC789; }
a { background-color: rgb(204,199,137); }
div.DivClassName
{
background-color: #CCC789;
}
.BgClassName
{
background-color: #CCC789;
}
</style>
border-color css
<style>
span { border-color: #CCC789; }
span { border-color: rgb(204,199,137); }
td.TdClassName
{
border-color: #CCC789;
}
.TagClassName
{
border-color: #CCC789;
}
</style>