Shades of Deco #C7D172
Tints of Deco #C7D172
RGB
CMYK
RGB Variations
Color information
#C7D172 (or 0xC7D172) is known color: Deco. HEX triplet: C7, D1 and 72. RGB value is (199,209,114). Sum of RGB (Red+Green+Blue) = 199+209+114=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #C7D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D172 is #382E8D. Grayscale: #C3C3C3. Windows color (decimal): -3681934 or 7524807. OLE color: 7524807.
HSL color Cylindrical-coordinate representation of color #C7D172: hue angle of 66.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7D172 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 209 | 114 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.18 |
| HSL | 66.32º | 0.51% | 0.63% | - |
| HSV(B) | 66.32º | 0.45% | 0.82% | - |
| XYZ | 49.39 | 58.96 | 24.7 | - |
| YUV | 195.18 | 82.19 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 209 | 114 | 0.05 | 0 | 0.45 | 0.18 | 66.32 | 0.51 | 0.63 |
| Hex | C7 | D1 | 72 | 5 | 0 | 2D | 12 | 42 | 33 | 3F |
| Octal | 307 | 321 | 162 | 5 | 0 | 55 | 22 | 102 | 63 | 77 |
| Binary | 11000111 | 11010001 | 1110010 | 101 | 0 | 101101 | 10010 | 1000010 | 110011 | 111111 |
Color Harmonies of #C7D172
Complementary color
Monochromatic Colors of #C7D172
Black with #C7D172
Text Example
Text Example
White with #C7D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D172; }
p { color: rgb(199,209,114); }
H1.HeaderClassName
{
color: #C7D172;
}
.AnyTagClassName
{
color: #C7D172;
}
</style>
background-color css
<style>
a { background-color: #C7D172; }
a { background-color: rgb(199,209,114); }
div.DivClassName
{
background-color: #C7D172;
}
.BgClassName
{
background-color: #C7D172;
}
</style>
border-color css
<style>
span { border-color: #C7D172; }
span { border-color: rgb(199,209,114); }
td.TdClassName
{
border-color: #C7D172;
}
.TagClassName
{
border-color: #C7D172;
}
</style>