Shades of Deco #C8D983
Tints of Deco #C8D983
RGB
CMYK
RGB Variations
Color information
#C8D983 (or 0xC8D983) is known color: Deco. HEX triplet: C8, D9 and 83. RGB value is (200,217,131). Sum of RGB (Red+Green+Blue) = 200+217+131=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 131 (51.56% from 255 or 23.91% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D983 is #37267C. Grayscale: #CACACA. Windows color (decimal): -3614333 or 8640968. OLE color: 8640968.
HSL color Cylindrical-coordinate representation of color #C8D983: hue angle of 71.86º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8D983 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 131 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.15 |
| HSL | 71.86º | 0.53% | 0.68% | - |
| HSV(B) | 71.86º | 0.4% | 0.85% | - |
| XYZ | 52.73 | 63.54 | 30.96 | - |
| YUV | 202.11 | 87.87 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 131 | 0.08 | 0 | 0.40 | 0.15 | 71.86 | 0.53 | 0.68 |
| Hex | C8 | D9 | 83 | 8 | 0 | 28 | F | 48 | 35 | 44 |
| Octal | 310 | 331 | 203 | 10 | 0 | 50 | 17 | 110 | 65 | 104 |
| Binary | 11001000 | 11011001 | 10000011 | 1000 | 0 | 101000 | 1111 | 1001000 | 110101 | 1000100 |
Color Harmonies of #C8D983
Complementary color
Monochromatic Colors of #C8D983
Black with #C8D983
Text Example
Text Example
White with #C8D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D983; }
p { color: rgb(200,217,131); }
H1.HeaderClassName
{
color: #C8D983;
}
.AnyTagClassName
{
color: #C8D983;
}
</style>
background-color css
<style>
a { background-color: #C8D983; }
a { background-color: rgb(200,217,131); }
div.DivClassName
{
background-color: #C8D983;
}
.BgClassName
{
background-color: #C8D983;
}
</style>
border-color css
<style>
span { border-color: #C8D983; }
span { border-color: rgb(200,217,131); }
td.TdClassName
{
border-color: #C8D983;
}
.TagClassName
{
border-color: #C8D983;
}
</style>