Shades of Deco #C6D971
Tints of Deco #C6D971
RGB
CMYK
RGB Variations
Color information
#C6D971 (or 0xC6D971) is known color: Deco. HEX triplet: C6, D9 and 71. RGB value is (198,217,113). Sum of RGB (Red+Green+Blue) = 198+217+113=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D971 is #39268E. Grayscale: #C7C7C7. Windows color (decimal): -3745423 or 7461318. OLE color: 7461318.
HSL color Cylindrical-coordinate representation of color #C6D971: hue angle of 70.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C6D971 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 217 | 113 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.15 |
| HSL | 70.96º | 0.58% | 0.65% | - |
| HSV(B) | 70.96º | 0.48% | 0.85% | - |
| XYZ | 51.08 | 62.82 | 25.06 | - |
| YUV | 199.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 217 | 113 | 0.09 | 0 | 0.48 | 0.15 | 70.96 | 0.58 | 0.65 |
| Hex | C6 | D9 | 71 | 9 | 0 | 30 | F | 47 | 3A | 41 |
| Octal | 306 | 331 | 161 | 11 | 0 | 60 | 17 | 107 | 72 | 101 |
| Binary | 11000110 | 11011001 | 1110001 | 1001 | 0 | 110000 | 1111 | 1000111 | 111010 | 1000001 |
Color Harmonies of #C6D971
Complementary color
Monochromatic Colors of #C6D971
Black with #C6D971
Text Example
Text Example
White with #C6D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D971; }
p { color: rgb(198,217,113); }
H1.HeaderClassName
{
color: #C6D971;
}
.AnyTagClassName
{
color: #C6D971;
}
</style>
background-color css
<style>
a { background-color: #C6D971; }
a { background-color: rgb(198,217,113); }
div.DivClassName
{
background-color: #C6D971;
}
.BgClassName
{
background-color: #C6D971;
}
</style>
border-color css
<style>
span { border-color: #C6D971; }
span { border-color: rgb(198,217,113); }
td.TdClassName
{
border-color: #C6D971;
}
.TagClassName
{
border-color: #C6D971;
}
</style>