Shades of Deco #C8D390
Tints of Deco #C8D390
RGB
CMYK
RGB Variations
Color information
#C8D390 (or 0xC8D390) is known color: Deco. HEX triplet: C8, D3 and 90. RGB value is (200,211,144). Sum of RGB (Red+Green+Blue) = 200+211+144=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 144 (56.64% from 255 or 25.95% from 555); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D390 is #372C6F. Grayscale: #C8C8C8. Windows color (decimal): -3615856 or 9491400. OLE color: 9491400.
HSL color Cylindrical-coordinate representation of color #C8D390: hue angle of 69.85º 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 #C8D390 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 144 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.17 |
| HSL | 69.85º | 0.43% | 0.7% | - |
| HSV(B) | 69.85º | 0.32% | 0.83% | - |
| XYZ | 52.15 | 60.88 | 35.39 | - |
| YUV | 200.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 144 | 0.05 | 0 | 0.32 | 0.17 | 69.85 | 0.43 | 0.7 |
| Hex | C8 | D3 | 90 | 5 | 0 | 20 | 11 | 46 | 2B | 46 |
| Octal | 310 | 323 | 220 | 5 | 0 | 40 | 21 | 106 | 53 | 106 |
| Binary | 11001000 | 11010011 | 10010000 | 101 | 0 | 100000 | 10001 | 1000110 | 101011 | 1000110 |
Color Harmonies of #C8D390
Complementary color
Monochromatic Colors of #C8D390
Black with #C8D390
Text Example
Text Example
White with #C8D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D390; }
p { color: rgb(200,211,144); }
H1.HeaderClassName
{
color: #C8D390;
}
.AnyTagClassName
{
color: #C8D390;
}
</style>
background-color css
<style>
a { background-color: #C8D390; }
a { background-color: rgb(200,211,144); }
div.DivClassName
{
background-color: #C8D390;
}
.BgClassName
{
background-color: #C8D390;
}
</style>
border-color css
<style>
span { border-color: #C8D390; }
span { border-color: rgb(200,211,144); }
td.TdClassName
{
border-color: #C8D390;
}
.TagClassName
{
border-color: #C8D390;
}
</style>