Shades of Deco #C6D671
Tints of Deco #C6D671
RGB
CMYK
RGB Variations
Color information
#C6D671 (or 0xC6D671) is known color: Deco. HEX triplet: C6, D6 and 71. RGB value is (198,214,113). Sum of RGB (Red+Green+Blue) = 198+214+113=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 113 (44.53% from 255 or 21.52% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D671 is #39298E. Grayscale: #C6C6C6. Windows color (decimal): -3746191 or 7460550. OLE color: 7460550.
HSL color Cylindrical-coordinate representation of color #C6D671: hue angle of 69.5º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6D671 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 214 | 113 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.16 |
| HSL | 69.5º | 0.55% | 0.64% | - |
| HSV(B) | 69.5º | 0.47% | 0.84% | - |
| XYZ | 50.32 | 61.29 | 24.8 | - |
| YUV | 197.7 | 80.2 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 214 | 113 | 0.07 | 0 | 0.47 | 0.16 | 69.5 | 0.55 | 0.64 |
| Hex | C6 | D6 | 71 | 7 | 0 | 2F | 10 | 46 | 37 | 40 |
| Octal | 306 | 326 | 161 | 7 | 0 | 57 | 20 | 106 | 67 | 100 |
| Binary | 11000110 | 11010110 | 1110001 | 111 | 0 | 101111 | 10000 | 1000110 | 110111 | 1000000 |
Color Harmonies of #C6D671
Complementary color
Monochromatic Colors of #C6D671
Black with #C6D671
Text Example
Text Example
White with #C6D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D671; }
p { color: rgb(198,214,113); }
H1.HeaderClassName
{
color: #C6D671;
}
.AnyTagClassName
{
color: #C6D671;
}
</style>
background-color css
<style>
a { background-color: #C6D671; }
a { background-color: rgb(198,214,113); }
div.DivClassName
{
background-color: #C6D671;
}
.BgClassName
{
background-color: #C6D671;
}
</style>
border-color css
<style>
span { border-color: #C6D671; }
span { border-color: rgb(198,214,113); }
td.TdClassName
{
border-color: #C6D671;
}
.TagClassName
{
border-color: #C6D671;
}
</style>