Shades of Deco #C8D88D
Tints of Deco #C8D88D
RGB
CMYK
RGB Variations
Color information
#C8D88D (or 0xC8D88D) is known color: Deco. HEX triplet: C8, D8 and 8D. RGB value is (200,216,141). Sum of RGB (Red+Green+Blue) = 200+216+141=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D88D is #372772. Grayscale: #CACACA. Windows color (decimal): -3614579 or 9296072. OLE color: 9296072.
HSL color Cylindrical-coordinate representation of color #C8D88D: hue angle of 72.8º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8D88D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 216 | 141 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.15 |
| HSL | 72.8º | 0.49% | 0.7% | - |
| HSV(B) | 72.8º | 0.35% | 0.85% | - |
| XYZ | 53.18 | 63.31 | 34.62 | - |
| YUV | 202.67 | 93.2 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 216 | 141 | 0.07 | 0 | 0.35 | 0.15 | 72.8 | 0.49 | 0.7 |
| Hex | C8 | D8 | 8D | 7 | 0 | 23 | F | 49 | 31 | 46 |
| Octal | 310 | 330 | 215 | 7 | 0 | 43 | 17 | 111 | 61 | 106 |
| Binary | 11001000 | 11011000 | 10001101 | 111 | 0 | 100011 | 1111 | 1001001 | 110001 | 1000110 |
Color Harmonies of #C8D88D
Complementary color
Monochromatic Colors of #C8D88D
Black with #C8D88D
Text Example
Text Example
White with #C8D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D88D; }
p { color: rgb(200,216,141); }
H1.HeaderClassName
{
color: #C8D88D;
}
.AnyTagClassName
{
color: #C8D88D;
}
</style>
background-color css
<style>
a { background-color: #C8D88D; }
a { background-color: rgb(200,216,141); }
div.DivClassName
{
background-color: #C8D88D;
}
.BgClassName
{
background-color: #C8D88D;
}
</style>
border-color css
<style>
span { border-color: #C8D88D; }
span { border-color: rgb(200,216,141); }
td.TdClassName
{
border-color: #C8D88D;
}
.TagClassName
{
border-color: #C8D88D;
}
</style>