Shades of Deco #C7D882
Tints of Deco #C7D882
RGB
CMYK
RGB Variations
Color information
#C7D882 (or 0xC7D882) is known color: Deco. HEX triplet: C7, D8 and 82. RGB value is (199,216,130). Sum of RGB (Red+Green+Blue) = 199+216+130=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 130 (51.17% from 255 or 23.85% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #C7D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D882 is #38277D. Grayscale: #C9C9C9. Windows color (decimal): -3680126 or 8575175. OLE color: 8575175.
HSL color Cylindrical-coordinate representation of color #C7D882: hue angle of 71.86º degrees, saturation: 0.52, 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 #C7D882 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 216 | 130 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.15 |
| HSL | 71.86º | 0.52% | 0.68% | - |
| HSV(B) | 71.86º | 0.4% | 0.85% | - |
| XYZ | 52.14 | 62.87 | 30.51 | - |
| YUV | 201.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 216 | 130 | 0.08 | 0 | 0.40 | 0.15 | 71.86 | 0.52 | 0.68 |
| Hex | C7 | D8 | 82 | 8 | 0 | 28 | F | 48 | 34 | 44 |
| Octal | 307 | 330 | 202 | 10 | 0 | 50 | 17 | 110 | 64 | 104 |
| Binary | 11000111 | 11011000 | 10000010 | 1000 | 0 | 101000 | 1111 | 1001000 | 110100 | 1000100 |
Color Harmonies of #C7D882
Complementary color
Monochromatic Colors of #C7D882
Black with #C7D882
Text Example
Text Example
White with #C7D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D882; }
p { color: rgb(199,216,130); }
H1.HeaderClassName
{
color: #C7D882;
}
.AnyTagClassName
{
color: #C7D882;
}
</style>
background-color css
<style>
a { background-color: #C7D882; }
a { background-color: rgb(199,216,130); }
div.DivClassName
{
background-color: #C7D882;
}
.BgClassName
{
background-color: #C7D882;
}
</style>
border-color css
<style>
span { border-color: #C7D882; }
span { border-color: rgb(199,216,130); }
td.TdClassName
{
border-color: #C7D882;
}
.TagClassName
{
border-color: #C7D882;
}
</style>