Shades of Deco #C7D47A
Tints of Deco #C7D47A
RGB
CMYK
RGB Variations
Color information
#C7D47A (or 0xC7D47A) is known color: Deco. HEX triplet: C7, D4 and 7A. RGB value is (199,212,122). Sum of RGB (Red+Green+Blue) = 199+212+122=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D47A is #382B85. Grayscale: #C6C6C6. Windows color (decimal): -3681158 or 8049863. OLE color: 8049863.
HSL color Cylindrical-coordinate representation of color #C7D47A: hue angle of 68.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D47A is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 122 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.17 |
| HSL | 68.67º | 0.51% | 0.65% | - |
| HSV(B) | 68.67º | 0.42% | 0.83% | - |
| XYZ | 50.61 | 60.63 | 27.45 | - |
| YUV | 197.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 122 | 0.06 | 0 | 0.42 | 0.17 | 68.67 | 0.51 | 0.65 |
| Hex | C7 | D4 | 7A | 6 | 0 | 2A | 11 | 45 | 33 | 41 |
| Octal | 307 | 324 | 172 | 6 | 0 | 52 | 21 | 105 | 63 | 101 |
| Binary | 11000111 | 11010100 | 1111010 | 110 | 0 | 101010 | 10001 | 1000101 | 110011 | 1000001 |
Color Harmonies of #C7D47A
Complementary color
Monochromatic Colors of #C7D47A
Black with #C7D47A
Text Example
Text Example
White with #C7D47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D47A; }
p { color: rgb(199,212,122); }
H1.HeaderClassName
{
color: #C7D47A;
}
.AnyTagClassName
{
color: #C7D47A;
}
</style>
background-color css
<style>
a { background-color: #C7D47A; }
a { background-color: rgb(199,212,122); }
div.DivClassName
{
background-color: #C7D47A;
}
.BgClassName
{
background-color: #C7D47A;
}
</style>
border-color css
<style>
span { border-color: #C7D47A; }
span { border-color: rgb(199,212,122); }
td.TdClassName
{
border-color: #C7D47A;
}
.TagClassName
{
border-color: #C7D47A;
}
</style>