Shades of Deco #C6D890
Tints of Deco #C6D890
RGB
CMYK
RGB Variations
Color information
#C6D890 (or 0xC6D890) is known color: Deco. HEX triplet: C6, D8 and 90. RGB value is (198,216,144). Sum of RGB (Red+Green+Blue) = 198+216+144=558 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.48% from 558); Green value is 216 (84.77% from 255 or 38.71% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D890 is #39276F. Grayscale: #CACACA. Windows color (decimal): -3745648 or 9492678. OLE color: 9492678.
HSL color Cylindrical-coordinate representation of color #C6D890: hue angle of 75º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C6D890 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 216 | 144 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.15 |
| HSL | 75º | 0.48% | 0.71% | - |
| HSV(B) | 75º | 0.33% | 0.85% | - |
| XYZ | 52.88 | 63.13 | 35.78 | - |
| YUV | 202.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 216 | 144 | 0.08 | 0 | 0.33 | 0.15 | 75 | 0.48 | 0.71 |
| Hex | C6 | D8 | 90 | 8 | 0 | 21 | F | 4B | 30 | 47 |
| Octal | 306 | 330 | 220 | 10 | 0 | 41 | 17 | 113 | 60 | 107 |
| Binary | 11000110 | 11011000 | 10010000 | 1000 | 0 | 100001 | 1111 | 1001011 | 110000 | 1000111 |
Color Harmonies of #C6D890
Complementary color
Monochromatic Colors of #C6D890
Black with #C6D890
Text Example
Text Example
White with #C6D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D890; }
p { color: rgb(198,216,144); }
H1.HeaderClassName
{
color: #C6D890;
}
.AnyTagClassName
{
color: #C6D890;
}
</style>
background-color css
<style>
a { background-color: #C6D890; }
a { background-color: rgb(198,216,144); }
div.DivClassName
{
background-color: #C6D890;
}
.BgClassName
{
background-color: #C6D890;
}
</style>
border-color css
<style>
span { border-color: #C6D890; }
span { border-color: rgb(198,216,144); }
td.TdClassName
{
border-color: #C6D890;
}
.TagClassName
{
border-color: #C6D890;
}
</style>