Shades of Deco #C7D170
Tints of Deco #C7D170
RGB
CMYK
RGB Variations
Color information
#C7D170 (or 0xC7D170) is known color: Deco. HEX triplet: C7, D1 and 70. RGB value is (199,209,112). Sum of RGB (Red+Green+Blue) = 199+209+112=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D170 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D170 is #382E8F. Grayscale: #C3C3C3. Windows color (decimal): -3681936 or 7393735. OLE color: 7393735.
HSL color Cylindrical-coordinate representation of color #C7D170: hue angle of 66.19º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D170 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 112 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.18 |
| HSL | 66.19º | 0.51% | 0.63% | - |
| HSV(B) | 66.19º | 0.46% | 0.82% | - |
| XYZ | 49.28 | 58.91 | 24.1 | - |
| YUV | 194.95 | 81.19 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 112 | 0.05 | 0 | 0.46 | 0.18 | 66.19 | 0.51 | 0.63 |
| Hex | C7 | D1 | 70 | 5 | 0 | 2E | 12 | 42 | 33 | 3F |
| Octal | 307 | 321 | 160 | 5 | 0 | 56 | 22 | 102 | 63 | 77 |
| Binary | 11000111 | 11010001 | 1110000 | 101 | 0 | 101110 | 10010 | 1000010 | 110011 | 111111 |
Color Harmonies of #C7D170
Complementary color
Monochromatic Colors of #C7D170
Black with #C7D170
Text Example
Text Example
White with #C7D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D170; }
p { color: rgb(199,209,112); }
H1.HeaderClassName
{
color: #C7D170;
}
.AnyTagClassName
{
color: #C7D170;
}
</style>
background-color css
<style>
a { background-color: #C7D170; }
a { background-color: rgb(199,209,112); }
div.DivClassName
{
background-color: #C7D170;
}
.BgClassName
{
background-color: #C7D170;
}
</style>
border-color css
<style>
span { border-color: #C7D170; }
span { border-color: rgb(199,209,112); }
td.TdClassName
{
border-color: #C7D170;
}
.TagClassName
{
border-color: #C7D170;
}
</style>