Shades of Deco #C7D48E
Tints of Deco #C7D48E
RGB
CMYK
RGB Variations
Color information
#C7D48E (or 0xC7D48E) is known color: Deco. HEX triplet: C7, D4 and 8E. RGB value is (199,212,142). Sum of RGB (Red+Green+Blue) = 199+212+142=553 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.99% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 142 (55.86% from 255 or 25.68% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D48E is #382B71. Grayscale: #C8C8C8. Windows color (decimal): -3681138 or 9360583. OLE color: 9360583.
HSL color Cylindrical-coordinate representation of color #C7D48E: hue angle of 71.14º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7D48E is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 142 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.17 |
| HSL | 71.14º | 0.45% | 0.69% | - |
| HSV(B) | 71.14º | 0.33% | 0.83% | - |
| XYZ | 51.98 | 61.18 | 34.66 | - |
| YUV | 200.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 142 | 0.06 | 0 | 0.33 | 0.17 | 71.14 | 0.45 | 0.69 |
| Hex | C7 | D4 | 8E | 6 | 0 | 21 | 11 | 47 | 2D | 45 |
| Octal | 307 | 324 | 216 | 6 | 0 | 41 | 21 | 107 | 55 | 105 |
| Binary | 11000111 | 11010100 | 10001110 | 110 | 0 | 100001 | 10001 | 1000111 | 101101 | 1000101 |
Color Harmonies of #C7D48E
Complementary color
Monochromatic Colors of #C7D48E
Black with #C7D48E
Text Example
Text Example
White with #C7D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D48E; }
p { color: rgb(199,212,142); }
H1.HeaderClassName
{
color: #C7D48E;
}
.AnyTagClassName
{
color: #C7D48E;
}
</style>
background-color css
<style>
a { background-color: #C7D48E; }
a { background-color: rgb(199,212,142); }
div.DivClassName
{
background-color: #C7D48E;
}
.BgClassName
{
background-color: #C7D48E;
}
</style>
border-color css
<style>
span { border-color: #C7D48E; }
span { border-color: rgb(199,212,142); }
td.TdClassName
{
border-color: #C7D48E;
}
.TagClassName
{
border-color: #C7D48E;
}
</style>