Shades of Deco #CCC991
Tints of Deco #CCC991
RGB
CMYK
RGB Variations
Color information
#CCC991 (or 0xCCC991) is known color: Deco. HEX triplet: CC, C9 and 91. RGB value is (204,201,145). Sum of RGB (Red+Green+Blue) = 204+201+145=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 201 (78.91% from 255 or 36.55% from 550); Blue value is 145 (57.03% from 255 or 26.36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC991 is #33366E. Grayscale: #C3C3C3. Windows color (decimal): -3356271 or 9554380. OLE color: 9554380.
HSL color Cylindrical-coordinate representation of color #CCC991: hue angle of 56.95º 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 #CCC991 is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 145 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.2 |
| HSL | 56.95º | 0.37% | 0.68% | - |
| HSV(B) | 56.95º | 0.29% | 0.8% | - |
| XYZ | 50.9 | 56.65 | 35.04 | - |
| YUV | 195.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 145 | 0 | 0.01 | 0.29 | 0.2 | 56.95 | 0.37 | 0.68 |
| Hex | CC | C9 | 91 | 0 | 1 | 1D | 14 | 39 | 25 | 44 |
| Octal | 314 | 311 | 221 | 0 | 1 | 35 | 24 | 71 | 45 | 104 |
| Binary | 11001100 | 11001001 | 10010001 | 0 | 1 | 11101 | 10100 | 111001 | 100101 | 1000100 |
Color Harmonies of #CCC991
Complementary color
Monochromatic Colors of #CCC991
Black with #CCC991
Text Example
Text Example
White with #CCC991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC991; }
p { color: rgb(204,201,145); }
H1.HeaderClassName
{
color: #CCC991;
}
.AnyTagClassName
{
color: #CCC991;
}
</style>
background-color css
<style>
a { background-color: #CCC991; }
a { background-color: rgb(204,201,145); }
div.DivClassName
{
background-color: #CCC991;
}
.BgClassName
{
background-color: #CCC991;
}
</style>
border-color css
<style>
span { border-color: #CCC991; }
span { border-color: rgb(204,201,145); }
td.TdClassName
{
border-color: #CCC991;
}
.TagClassName
{
border-color: #CCC991;
}
</style>