Shades of Deco #C7D982
Tints of Deco #C7D982
RGB
CMYK
RGB Variations
Color information
#C7D982 (or 0xC7D982) is known color: Deco. HEX triplet: C7, D9 and 82. RGB value is (199,217,130). Sum of RGB (Red+Green+Blue) = 199+217+130=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 130 (51.17% from 255 or 23.81% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #C7D982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D982 is #38267D. Grayscale: #CACACA. Windows color (decimal): -3679870 or 8575431. OLE color: 8575431.
HSL color Cylindrical-coordinate representation of color #C7D982: hue angle of 72.41º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7D982 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 217 | 130 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.15 |
| HSL | 72.41º | 0.53% | 0.68% | - |
| HSV(B) | 72.41º | 0.4% | 0.85% | - |
| XYZ | 52.4 | 63.38 | 30.59 | - |
| YUV | 201.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 217 | 130 | 0.08 | 0 | 0.40 | 0.15 | 72.41 | 0.53 | 0.68 |
| Hex | C7 | D9 | 82 | 8 | 0 | 28 | F | 48 | 35 | 44 |
| Octal | 307 | 331 | 202 | 10 | 0 | 50 | 17 | 110 | 65 | 104 |
| Binary | 11000111 | 11011001 | 10000010 | 1000 | 0 | 101000 | 1111 | 1001000 | 110101 | 1000100 |
Color Harmonies of #C7D982
Complementary color
Monochromatic Colors of #C7D982
Black with #C7D982
Text Example
Text Example
White with #C7D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D982; }
p { color: rgb(199,217,130); }
H1.HeaderClassName
{
color: #C7D982;
}
.AnyTagClassName
{
color: #C7D982;
}
</style>
background-color css
<style>
a { background-color: #C7D982; }
a { background-color: rgb(199,217,130); }
div.DivClassName
{
background-color: #C7D982;
}
.BgClassName
{
background-color: #C7D982;
}
</style>
border-color css
<style>
span { border-color: #C7D982; }
span { border-color: rgb(199,217,130); }
td.TdClassName
{
border-color: #C7D982;
}
.TagClassName
{
border-color: #C7D982;
}
</style>