Shades of Deco #C5D790
Tints of Deco #C5D790
RGB
CMYK
RGB Variations
Color information
#C5D790 (or 0xC5D790) is known color: Deco. HEX triplet: C5, D7 and 90. RGB value is (197,215,144). Sum of RGB (Red+Green+Blue) = 197+215+144=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D790 is #3A286F. Grayscale: #C9C9C9. Windows color (decimal): -3811440 or 9492421. OLE color: 9492421.
HSL color Cylindrical-coordinate representation of color #C5D790: hue angle of 75.21º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D790 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 144 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 75.21º | 0.47% | 0.7% | - |
| HSV(B) | 75.21º | 0.33% | 0.84% | - |
| XYZ | 52.36 | 62.48 | 35.69 | - |
| YUV | 201.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 144 | 0.08 | 0 | 0.33 | 0.16 | 75.21 | 0.47 | 0.7 |
| Hex | C5 | D7 | 90 | 8 | 0 | 21 | 10 | 4B | 2F | 46 |
| Octal | 305 | 327 | 220 | 10 | 0 | 41 | 20 | 113 | 57 | 106 |
| Binary | 11000101 | 11010111 | 10010000 | 1000 | 0 | 100001 | 10000 | 1001011 | 101111 | 1000110 |
Color Harmonies of #C5D790
Complementary color
Monochromatic Colors of #C5D790
Black with #C5D790
Text Example
Text Example
White with #C5D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D790; }
p { color: rgb(197,215,144); }
H1.HeaderClassName
{
color: #C5D790;
}
.AnyTagClassName
{
color: #C5D790;
}
</style>
background-color css
<style>
a { background-color: #C5D790; }
a { background-color: rgb(197,215,144); }
div.DivClassName
{
background-color: #C5D790;
}
.BgClassName
{
background-color: #C5D790;
}
</style>
border-color css
<style>
span { border-color: #C5D790; }
span { border-color: rgb(197,215,144); }
td.TdClassName
{
border-color: #C5D790;
}
.TagClassName
{
border-color: #C5D790;
}
</style>