Shades of Deco #C7D978
Tints of Deco #C7D978
RGB
CMYK
RGB Variations
Color information
#C7D978 (or 0xC7D978) is known color: Deco. HEX triplet: C7, D9 and 78. RGB value is (199,217,120). Sum of RGB (Red+Green+Blue) = 199+217+120=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D978 is #382687. Grayscale: #C8C8C8. Windows color (decimal): -3679880 or 7920071. OLE color: 7920071.
HSL color Cylindrical-coordinate representation of color #C7D978: hue angle of 71.13º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7D978 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 120 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.15 |
| HSL | 71.13º | 0.56% | 0.66% | - |
| HSV(B) | 71.13º | 0.45% | 0.85% | - |
| XYZ | 51.76 | 63.12 | 27.23 | - |
| YUV | 200.56 | 82.54 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 120 | 0.08 | 0 | 0.45 | 0.15 | 71.13 | 0.56 | 0.66 |
| Hex | C7 | D9 | 78 | 8 | 0 | 2D | F | 47 | 38 | 42 |
| Octal | 307 | 331 | 170 | 10 | 0 | 55 | 17 | 107 | 70 | 102 |
| Binary | 11000111 | 11011001 | 1111000 | 1000 | 0 | 101101 | 1111 | 1000111 | 111000 | 1000010 |
Color Harmonies of #C7D978
Complementary color
Monochromatic Colors of #C7D978
Black with #C7D978
Text Example
Text Example
White with #C7D978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D978; }
p { color: rgb(199,217,120); }
H1.HeaderClassName
{
color: #C7D978;
}
.AnyTagClassName
{
color: #C7D978;
}
</style>
background-color css
<style>
a { background-color: #C7D978; }
a { background-color: rgb(199,217,120); }
div.DivClassName
{
background-color: #C7D978;
}
.BgClassName
{
background-color: #C7D978;
}
</style>
border-color css
<style>
span { border-color: #C7D978; }
span { border-color: rgb(199,217,120); }
td.TdClassName
{
border-color: #C7D978;
}
.TagClassName
{
border-color: #C7D978;
}
</style>