Shades of Deco #C8DA88
Tints of Deco #C8DA88
RGB
CMYK
RGB Variations
Color information
#C8DA88 (or 0xC8DA88) is known color: Deco. HEX triplet: C8, DA and 88. RGB value is (200,218,136). Sum of RGB (Red+Green+Blue) = 200+218+136=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DA88 is #372577. Grayscale: #CBCBCB. Windows color (decimal): -3614072 or 8968904. OLE color: 8968904.
HSL color Cylindrical-coordinate representation of color #C8DA88: hue angle of 73.17º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C8DA88 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 136 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.15 |
| HSL | 73.17º | 0.53% | 0.69% | - |
| HSV(B) | 73.17º | 0.38% | 0.85% | - |
| XYZ | 53.33 | 64.2 | 32.87 | - |
| YUV | 203.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 136 | 0.08 | 0 | 0.38 | 0.15 | 73.17 | 0.53 | 0.69 |
| Hex | C8 | DA | 88 | 8 | 0 | 26 | F | 49 | 35 | 45 |
| Octal | 310 | 332 | 210 | 10 | 0 | 46 | 17 | 111 | 65 | 105 |
| Binary | 11001000 | 11011010 | 10001000 | 1000 | 0 | 100110 | 1111 | 1001001 | 110101 | 1000101 |
Color Harmonies of #C8DA88
Complementary color
Monochromatic Colors of #C8DA88
Black with #C8DA88
Text Example
Text Example
White with #C8DA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA88; }
p { color: rgb(200,218,136); }
H1.HeaderClassName
{
color: #C8DA88;
}
.AnyTagClassName
{
color: #C8DA88;
}
</style>
background-color css
<style>
a { background-color: #C8DA88; }
a { background-color: rgb(200,218,136); }
div.DivClassName
{
background-color: #C8DA88;
}
.BgClassName
{
background-color: #C8DA88;
}
</style>
border-color css
<style>
span { border-color: #C8DA88; }
span { border-color: rgb(200,218,136); }
td.TdClassName
{
border-color: #C8DA88;
}
.TagClassName
{
border-color: #C8DA88;
}
</style>