Shades of Winter Hazel #CCC690
Tints of Winter Hazel #CCC690
RGB
CMYK
RGB Variations
Color information
#CCC690 (or 0xCCC690) is known color: Winter Hazel. HEX triplet: CC, C6 and 90. RGB value is (204,198,144). Sum of RGB (Red+Green+Blue) = 204+198+144=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC690 is #33396F. Grayscale: #C1C1C1. Windows color (decimal): -3357040 or 9488076. OLE color: 9488076.
HSL color Cylindrical-coordinate representation of color #CCC690: hue angle of 54º 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 #CCC690 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 144 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.2 |
| HSL | 54º | 0.37% | 0.68% | - |
| HSV(B) | 54º | 0.29% | 0.8% | - |
| XYZ | 50.13 | 55.24 | 34.41 | - |
| YUV | 193.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 144 | 0 | 0.03 | 0.29 | 0.2 | 54 | 0.37 | 0.68 |
| Hex | CC | C6 | 90 | 0 | 3 | 1D | 14 | 36 | 25 | 44 |
| Octal | 314 | 306 | 220 | 0 | 3 | 35 | 24 | 66 | 45 | 104 |
| Binary | 11001100 | 11000110 | 10010000 | 0 | 11 | 11101 | 10100 | 110110 | 100101 | 1000100 |
Color Harmonies of #CCC690
Complementary color
Monochromatic Colors of #CCC690
Black with #CCC690
Text Example
Text Example
White with #CCC690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC690; }
p { color: rgb(204,198,144); }
H1.HeaderClassName
{
color: #CCC690;
}
.AnyTagClassName
{
color: #CCC690;
}
</style>
background-color css
<style>
a { background-color: #CCC690; }
a { background-color: rgb(204,198,144); }
div.DivClassName
{
background-color: #CCC690;
}
.BgClassName
{
background-color: #CCC690;
}
</style>
border-color css
<style>
span { border-color: #CCC690; }
span { border-color: rgb(204,198,144); }
td.TdClassName
{
border-color: #CCC690;
}
.TagClassName
{
border-color: #CCC690;
}
</style>