Shades of Deco #C6D172
Tints of Deco #C6D172
RGB
CMYK
RGB Variations
Color information
#C6D172 (or 0xC6D172) is known color: Deco. HEX triplet: C6, D1 and 72. RGB value is (198,209,114). Sum of RGB (Red+Green+Blue) = 198+209+114=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D172 is #392E8D. Grayscale: #C3C3C3. Windows color (decimal): -3747470 or 7524806. OLE color: 7524806.
HSL color Cylindrical-coordinate representation of color #C6D172: hue angle of 66.95º 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 #C6D172 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 209 | 114 | - |
| CMYK | 0.05 | 0 | 0.45 | 0.18 |
| HSL | 66.95º | 0.51% | 0.63% | - |
| HSV(B) | 66.95º | 0.45% | 0.82% | - |
| XYZ | 49.13 | 58.82 | 24.68 | - |
| YUV | 194.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 209 | 114 | 0.05 | 0 | 0.45 | 0.18 | 66.95 | 0.51 | 0.63 |
| Hex | C6 | D1 | 72 | 5 | 0 | 2D | 12 | 43 | 33 | 3F |
| Octal | 306 | 321 | 162 | 5 | 0 | 55 | 22 | 103 | 63 | 77 |
| Binary | 11000110 | 11010001 | 1110010 | 101 | 0 | 101101 | 10010 | 1000011 | 110011 | 111111 |
Color Harmonies of #C6D172
Complementary color
Monochromatic Colors of #C6D172
Black with #C6D172
Text Example
Text Example
White with #C6D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D172; }
p { color: rgb(198,209,114); }
H1.HeaderClassName
{
color: #C6D172;
}
.AnyTagClassName
{
color: #C6D172;
}
</style>
background-color css
<style>
a { background-color: #C6D172; }
a { background-color: rgb(198,209,114); }
div.DivClassName
{
background-color: #C6D172;
}
.BgClassName
{
background-color: #C6D172;
}
</style>
border-color css
<style>
span { border-color: #C6D172; }
span { border-color: rgb(198,209,114); }
td.TdClassName
{
border-color: #C6D172;
}
.TagClassName
{
border-color: #C6D172;
}
</style>