Shades of Winter Hazel #CCC089
Tints of Winter Hazel #CCC089
RGB
CMYK
RGB Variations
Color information
#CCC089 (or 0xCCC089) is known color: Winter Hazel. HEX triplet: CC, C0 and 89. RGB value is (204,192,137). Sum of RGB (Red+Green+Blue) = 204+192+137=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC089 is #333F76. Grayscale: #BDBDBD. Windows color (decimal): -3358583 or 9027788. OLE color: 9027788.
HSL color Cylindrical-coordinate representation of color #CCC089: hue angle of 49.25º 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 #CCC089 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 137 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.2 |
| HSL | 49.25º | 0.4% | 0.67% | - |
| HSV(B) | 49.25º | 0.33% | 0.8% | - |
| XYZ | 48.27 | 52.34 | 31.23 | - |
| YUV | 189.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 137 | 0 | 0.06 | 0.33 | 0.2 | 49.25 | 0.4 | 0.67 |
| Hex | CC | C0 | 89 | 0 | 6 | 21 | 14 | 31 | 28 | 43 |
| Octal | 314 | 300 | 211 | 0 | 6 | 41 | 24 | 61 | 50 | 103 |
| Binary | 11001100 | 11000000 | 10001001 | 0 | 110 | 100001 | 10100 | 110001 | 101000 | 1000011 |
Color Harmonies of #CCC089
Complementary color
Monochromatic Colors of #CCC089
Black with #CCC089
Text Example
Text Example
White with #CCC089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC089; }
p { color: rgb(204,192,137); }
H1.HeaderClassName
{
color: #CCC089;
}
.AnyTagClassName
{
color: #CCC089;
}
</style>
background-color css
<style>
a { background-color: #CCC089; }
a { background-color: rgb(204,192,137); }
div.DivClassName
{
background-color: #CCC089;
}
.BgClassName
{
background-color: #CCC089;
}
</style>
border-color css
<style>
span { border-color: #CCC089; }
span { border-color: rgb(204,192,137); }
td.TdClassName
{
border-color: #CCC089;
}
.TagClassName
{
border-color: #CCC089;
}
</style>