Shades of Deco #C6D08D
Tints of Deco #C6D08D
RGB
CMYK
RGB Variations
Color information
#C6D08D (or 0xC6D08D) is known color: Deco. HEX triplet: C6, D0 and 8D. RGB value is (198,208,141). Sum of RGB (Red+Green+Blue) = 198+208+141=547 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.20% from 547); Green value is 208 (81.64% from 255 or 38.03% from 547); Blue value is 141 (55.47% from 255 or 25.78% from 547); Max value from RGB is 208 - color contains mainly: green. Hex color #C6D08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D08D is #392F72. Grayscale: #C5C5C5. Windows color (decimal): -3747699 or 9294022. OLE color: 9294022.
HSL color Cylindrical-coordinate representation of color #C6D08D: hue angle of 68.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C6D08D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 208 | 141 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.18 |
| HSL | 68.96º | 0.42% | 0.68% | - |
| HSV(B) | 68.96º | 0.32% | 0.82% | - |
| XYZ | 50.65 | 59.04 | 33.93 | - |
| YUV | 197.37 | 96.19 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 208 | 141 | 0.05 | 0 | 0.32 | 0.18 | 68.96 | 0.42 | 0.68 |
| Hex | C6 | D0 | 8D | 5 | 0 | 20 | 12 | 45 | 2A | 44 |
| Octal | 306 | 320 | 215 | 5 | 0 | 40 | 22 | 105 | 52 | 104 |
| Binary | 11000110 | 11010000 | 10001101 | 101 | 0 | 100000 | 10010 | 1000101 | 101010 | 1000100 |
Color Harmonies of #C6D08D
Complementary color
Monochromatic Colors of #C6D08D
Black with #C6D08D
Text Example
Text Example
White with #C6D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6D08D; }
p { color: rgb(198,208,141); }
H1.HeaderClassName
{
color: #C6D08D;
}
.AnyTagClassName
{
color: #C6D08D;
}
</style>
background-color css
<style>
a { background-color: #C6D08D; }
a { background-color: rgb(198,208,141); }
div.DivClassName
{
background-color: #C6D08D;
}
.BgClassName
{
background-color: #C6D08D;
}
</style>
border-color css
<style>
span { border-color: #C6D08D; }
span { border-color: rgb(198,208,141); }
td.TdClassName
{
border-color: #C6D08D;
}
.TagClassName
{
border-color: #C6D08D;
}
</style>