Shades of Deco #C7D180
Tints of Deco #C7D180
RGB
CMYK
RGB Variations
Color information
#C7D180 (or 0xC7D180) is known color: Deco. HEX triplet: C7, D1 and 80. RGB value is (199,209,128). Sum of RGB (Red+Green+Blue) = 199+209+128=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D180 is #382E7F. Grayscale: #C5C5C5. Windows color (decimal): -3681920 or 8442311. OLE color: 8442311.
HSL color Cylindrical-coordinate representation of color #C7D180: hue angle of 67.41º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7D180 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 128 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.18 |
| HSL | 67.41º | 0.47% | 0.66% | - |
| HSV(B) | 67.41º | 0.39% | 0.82% | - |
| XYZ | 50.25 | 59.3 | 29.22 | - |
| YUV | 196.78 | 89.19 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 128 | 0.05 | 0 | 0.39 | 0.18 | 67.41 | 0.47 | 0.66 |
| Hex | C7 | D1 | 80 | 5 | 0 | 27 | 12 | 43 | 2F | 42 |
| Octal | 307 | 321 | 200 | 5 | 0 | 47 | 22 | 103 | 57 | 102 |
| Binary | 11000111 | 11010001 | 10000000 | 101 | 0 | 100111 | 10010 | 1000011 | 101111 | 1000010 |
Color Harmonies of #C7D180
Complementary color
Monochromatic Colors of #C7D180
Black with #C7D180
Text Example
Text Example
White with #C7D180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D180; }
p { color: rgb(199,209,128); }
H1.HeaderClassName
{
color: #C7D180;
}
.AnyTagClassName
{
color: #C7D180;
}
</style>
background-color css
<style>
a { background-color: #C7D180; }
a { background-color: rgb(199,209,128); }
div.DivClassName
{
background-color: #C7D180;
}
.BgClassName
{
background-color: #C7D180;
}
</style>
border-color css
<style>
span { border-color: #C7D180; }
span { border-color: rgb(199,209,128); }
td.TdClassName
{
border-color: #C7D180;
}
.TagClassName
{
border-color: #C7D180;
}
</style>