Shades of Deco #CCD490
Tints of Deco #CCD490
RGB
CMYK
RGB Variations
Color information
#CCD490 (or 0xCCD490) is known color: Deco. HEX triplet: CC, D4 and 90. RGB value is (204,212,144). Sum of RGB (Red+Green+Blue) = 204+212+144=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 212 (83.20% from 255 or 37.86% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD490 is #332B6F. Grayscale: #CACACA. Windows color (decimal): -3353456 or 9491660. OLE color: 9491660.
HSL color Cylindrical-coordinate representation of color #CCD490: hue angle of 67.06º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD490 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 144 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.17 |
| HSL | 67.06º | 0.44% | 0.7% | - |
| HSV(B) | 67.06º | 0.32% | 0.83% | - |
| XYZ | 53.48 | 61.94 | 35.52 | - |
| YUV | 201.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 144 | 0.04 | 0 | 0.32 | 0.17 | 67.06 | 0.44 | 0.7 |
| Hex | CC | D4 | 90 | 4 | 0 | 20 | 11 | 43 | 2C | 46 |
| Octal | 314 | 324 | 220 | 4 | 0 | 40 | 21 | 103 | 54 | 106 |
| Binary | 11001100 | 11010100 | 10010000 | 100 | 0 | 100000 | 10001 | 1000011 | 101100 | 1000110 |
Color Harmonies of #CCD490
Complementary color
Monochromatic Colors of #CCD490
Black with #CCD490
Text Example
Text Example
White with #CCD490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD490; }
p { color: rgb(204,212,144); }
H1.HeaderClassName
{
color: #CCD490;
}
.AnyTagClassName
{
color: #CCD490;
}
</style>
background-color css
<style>
a { background-color: #CCD490; }
a { background-color: rgb(204,212,144); }
div.DivClassName
{
background-color: #CCD490;
}
.BgClassName
{
background-color: #CCD490;
}
</style>
border-color css
<style>
span { border-color: #CCD490; }
span { border-color: rgb(204,212,144); }
td.TdClassName
{
border-color: #CCD490;
}
.TagClassName
{
border-color: #CCD490;
}
</style>