Shades of Winter Hazel #CCC090
Tints of Winter Hazel #CCC090
RGB
CMYK
RGB Variations
Color information
#CCC090 (or 0xCCC090) is known color: Winter Hazel. HEX triplet: CC, C0 and 90. RGB value is (204,192,144). Sum of RGB (Red+Green+Blue) = 204+192+144=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC090 is #333F6F. Grayscale: #BEBEBE. Windows color (decimal): -3358576 or 9486540. OLE color: 9486540.
HSL color Cylindrical-coordinate representation of color #CCC090: hue angle of 48º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC090 is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 192 | 144 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.2 |
| HSL | 48º | 0.37% | 0.68% | - |
| HSV(B) | 48º | 0.29% | 0.8% | - |
| XYZ | 48.79 | 52.55 | 33.96 | - |
| YUV | 190.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 192 | 144 | 0 | 0.06 | 0.29 | 0.2 | 48 | 0.37 | 0.68 |
| Hex | CC | C0 | 90 | 0 | 6 | 1D | 14 | 30 | 25 | 44 |
| Octal | 314 | 300 | 220 | 0 | 6 | 35 | 24 | 60 | 45 | 104 |
| Binary | 11001100 | 11000000 | 10010000 | 0 | 110 | 11101 | 10100 | 110000 | 100101 | 1000100 |
Color Harmonies of #CCC090
Complementary color
Monochromatic Colors of #CCC090
Black with #CCC090
Text Example
Text Example
White with #CCC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC090; }
p { color: rgb(204,192,144); }
H1.HeaderClassName
{
color: #CCC090;
}
.AnyTagClassName
{
color: #CCC090;
}
</style>
background-color css
<style>
a { background-color: #CCC090; }
a { background-color: rgb(204,192,144); }
div.DivClassName
{
background-color: #CCC090;
}
.BgClassName
{
background-color: #CCC090;
}
</style>
border-color css
<style>
span { border-color: #CCC090; }
span { border-color: rgb(204,192,144); }
td.TdClassName
{
border-color: #CCC090;
}
.TagClassName
{
border-color: #CCC090;
}
</style>