Shades of Deco #CCD590
Tints of Deco #CCD590
RGB
CMYK
RGB Variations
Color information
#CCD590 (or 0xCCD590) is known color: Deco. HEX triplet: CC, D5 and 90. RGB value is (204,213,144). Sum of RGB (Red+Green+Blue) = 204+213+144=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD590 is #332A6F. Grayscale: #CACACA. Windows color (decimal): -3353200 or 9491916. OLE color: 9491916.
HSL color Cylindrical-coordinate representation of color #CCD590: hue angle of 67.83º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCD590 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 144 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.16 |
| HSL | 67.83º | 0.45% | 0.7% | - |
| HSV(B) | 67.83º | 0.32% | 0.84% | - |
| XYZ | 53.73 | 62.44 | 35.61 | - |
| YUV | 202.44 | 95.02 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 144 | 0.04 | 0 | 0.32 | 0.16 | 67.83 | 0.45 | 0.7 |
| Hex | CC | D5 | 90 | 4 | 0 | 20 | 10 | 44 | 2D | 46 |
| Octal | 314 | 325 | 220 | 4 | 0 | 40 | 20 | 104 | 55 | 106 |
| Binary | 11001100 | 11010101 | 10010000 | 100 | 0 | 100000 | 10000 | 1000100 | 101101 | 1000110 |
Color Harmonies of #CCD590
Complementary color
Monochromatic Colors of #CCD590
Black with #CCD590
Text Example
Text Example
White with #CCD590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD590; }
p { color: rgb(204,213,144); }
H1.HeaderClassName
{
color: #CCD590;
}
.AnyTagClassName
{
color: #CCD590;
}
</style>
background-color css
<style>
a { background-color: #CCD590; }
a { background-color: rgb(204,213,144); }
div.DivClassName
{
background-color: #CCD590;
}
.BgClassName
{
background-color: #CCD590;
}
</style>
border-color css
<style>
span { border-color: #CCD590; }
span { border-color: rgb(204,213,144); }
td.TdClassName
{
border-color: #CCD590;
}
.TagClassName
{
border-color: #CCD590;
}
</style>