Shades of Deco #C7D390
Tints of Deco #C7D390
RGB
CMYK
RGB Variations
Color information
#C7D390 (or 0xC7D390) is known color: Deco. HEX triplet: C7, D3 and 90. RGB value is (199,211,144). Sum of RGB (Red+Green+Blue) = 199+211+144=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 211 (82.81% from 255 or 38.09% from 554); Blue value is 144 (56.64% from 255 or 25.99% from 554); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D390 is #382C6F. Grayscale: #C8C8C8. Windows color (decimal): -3681392 or 9491399. OLE color: 9491399.
HSL color Cylindrical-coordinate representation of color #C7D390: hue angle of 70.75º degrees, saturation: 0.43, 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 #C7D390 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 144 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.17 |
| HSL | 70.75º | 0.43% | 0.7% | - |
| HSV(B) | 70.75º | 0.32% | 0.83% | - |
| XYZ | 51.88 | 60.74 | 35.38 | - |
| YUV | 199.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 144 | 0.06 | 0 | 0.32 | 0.17 | 70.75 | 0.43 | 0.7 |
| Hex | C7 | D3 | 90 | 6 | 0 | 20 | 11 | 47 | 2B | 46 |
| Octal | 307 | 323 | 220 | 6 | 0 | 40 | 21 | 107 | 53 | 106 |
| Binary | 11000111 | 11010011 | 10010000 | 110 | 0 | 100000 | 10001 | 1000111 | 101011 | 1000110 |
Color Harmonies of #C7D390
Complementary color
Monochromatic Colors of #C7D390
Black with #C7D390
Text Example
Text Example
White with #C7D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D390; }
p { color: rgb(199,211,144); }
H1.HeaderClassName
{
color: #C7D390;
}
.AnyTagClassName
{
color: #C7D390;
}
</style>
background-color css
<style>
a { background-color: #C7D390; }
a { background-color: rgb(199,211,144); }
div.DivClassName
{
background-color: #C7D390;
}
.BgClassName
{
background-color: #C7D390;
}
</style>
border-color css
<style>
span { border-color: #C7D390; }
span { border-color: rgb(199,211,144); }
td.TdClassName
{
border-color: #C7D390;
}
.TagClassName
{
border-color: #C7D390;
}
</style>