Shades of Deco #CCCC90
Tints of Deco #CCCC90
RGB
CMYK
RGB Variations
Color information
#CCCC90 (or 0xCCCC90) is known color: Deco. HEX triplet: CC, CC and 90. RGB value is (204,204,144). Sum of RGB (Red+Green+Blue) = 204+204+144=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCC90 is #33336F. Grayscale: #C5C5C5. Windows color (decimal): -3355504 or 9489612. OLE color: 9489612.
HSL color Cylindrical-coordinate representation of color #CCCC90: hue angle of 60º 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 #CCCC90 is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 204 | 144 | - |
| CMYK | 0 | 0 | 0.29 | 0.2 |
| HSL | 60º | 0.37% | 0.68% | - |
| HSV(B) | 60º | 0.29% | 0.8% | - |
| XYZ | 51.53 | 58.04 | 34.87 | - |
| YUV | 197.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 204 | 144 | 0 | 0 | 0.29 | 0.2 | 60 | 0.37 | 0.68 |
| Hex | CC | CC | 90 | 0 | 0 | 1D | 14 | 3C | 25 | 44 |
| Octal | 314 | 314 | 220 | 0 | 0 | 35 | 24 | 74 | 45 | 104 |
| Binary | 11001100 | 11001100 | 10010000 | 0 | 0 | 11101 | 10100 | 111100 | 100101 | 1000100 |
Color Harmonies of #CCCC90
Complementary color
Monochromatic Colors of #CCCC90
Black with #CCCC90
Text Example
Text Example
White with #CCCC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCC90; }
p { color: rgb(204,204,144); }
H1.HeaderClassName
{
color: #CCCC90;
}
.AnyTagClassName
{
color: #CCCC90;
}
</style>
background-color css
<style>
a { background-color: #CCCC90; }
a { background-color: rgb(204,204,144); }
div.DivClassName
{
background-color: #CCCC90;
}
.BgClassName
{
background-color: #CCCC90;
}
</style>
border-color css
<style>
span { border-color: #CCCC90; }
span { border-color: rgb(204,204,144); }
td.TdClassName
{
border-color: #CCCC90;
}
.TagClassName
{
border-color: #CCCC90;
}
</style>