Shades of Winter Hazel #CCC290
Tints of Winter Hazel #CCC290
RGB
CMYK
RGB Variations
Color information
#CCC290 (or 0xCCC290) is known color: Winter Hazel. HEX triplet: CC, C2 and 90. RGB value is (204,194,144). Sum of RGB (Red+Green+Blue) = 204+194+144=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 144 (56.64% from 255 or 26.57% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC290 is #333D6F. Grayscale: #BFBFBF. Windows color (decimal): -3358064 or 9487052. OLE color: 9487052.
HSL color Cylindrical-coordinate representation of color #CCC290: hue angle of 50º 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 #CCC290 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 194 | 144 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.2 |
| HSL | 50º | 0.37% | 0.68% | - |
| HSV(B) | 50º | 0.29% | 0.8% | - |
| XYZ | 49.23 | 53.43 | 34.1 | - |
| YUV | 191.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 194 | 144 | 0 | 0.05 | 0.29 | 0.2 | 50 | 0.37 | 0.68 |
| Hex | CC | C2 | 90 | 0 | 5 | 1D | 14 | 32 | 25 | 44 |
| Octal | 314 | 302 | 220 | 0 | 5 | 35 | 24 | 62 | 45 | 104 |
| Binary | 11001100 | 11000010 | 10010000 | 0 | 101 | 11101 | 10100 | 110010 | 100101 | 1000100 |
Color Harmonies of #CCC290
Complementary color
Monochromatic Colors of #CCC290
Black with #CCC290
Text Example
Text Example
White with #CCC290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC290; }
p { color: rgb(204,194,144); }
H1.HeaderClassName
{
color: #CCC290;
}
.AnyTagClassName
{
color: #CCC290;
}
</style>
background-color css
<style>
a { background-color: #CCC290; }
a { background-color: rgb(204,194,144); }
div.DivClassName
{
background-color: #CCC290;
}
.BgClassName
{
background-color: #CCC290;
}
</style>
border-color css
<style>
span { border-color: #CCC290; }
span { border-color: rgb(204,194,144); }
td.TdClassName
{
border-color: #CCC290;
}
.TagClassName
{
border-color: #CCC290;
}
</style>