Shades of Deco #C7D47C
Tints of Deco #C7D47C
RGB
CMYK
RGB Variations
Color information
#C7D47C (or 0xC7D47C) is known color: Deco. HEX triplet: C7, D4 and 7C. RGB value is (199,212,124). Sum of RGB (Red+Green+Blue) = 199+212+124=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D47C is #382B83. Grayscale: #C6C6C6. Windows color (decimal): -3681156 or 8180935. OLE color: 8180935.
HSL color Cylindrical-coordinate representation of color #C7D47C: hue angle of 68.86º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7D47C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 124 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.17 |
| HSL | 68.86º | 0.51% | 0.66% | - |
| HSV(B) | 68.86º | 0.42% | 0.83% | - |
| XYZ | 50.73 | 60.68 | 28.11 | - |
| YUV | 198.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 124 | 0.06 | 0 | 0.42 | 0.17 | 68.86 | 0.51 | 0.66 |
| Hex | C7 | D4 | 7C | 6 | 0 | 2A | 11 | 45 | 33 | 42 |
| Octal | 307 | 324 | 174 | 6 | 0 | 52 | 21 | 105 | 63 | 102 |
| Binary | 11000111 | 11010100 | 1111100 | 110 | 0 | 101010 | 10001 | 1000101 | 110011 | 1000010 |
Color Harmonies of #C7D47C
Complementary color
Monochromatic Colors of #C7D47C
Black with #C7D47C
Text Example
Text Example
White with #C7D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D47C; }
p { color: rgb(199,212,124); }
H1.HeaderClassName
{
color: #C7D47C;
}
.AnyTagClassName
{
color: #C7D47C;
}
</style>
background-color css
<style>
a { background-color: #C7D47C; }
a { background-color: rgb(199,212,124); }
div.DivClassName
{
background-color: #C7D47C;
}
.BgClassName
{
background-color: #C7D47C;
}
</style>
border-color css
<style>
span { border-color: #C7D47C; }
span { border-color: rgb(199,212,124); }
td.TdClassName
{
border-color: #C7D47C;
}
.TagClassName
{
border-color: #C7D47C;
}
</style>