Shades of Deco #C8D993
Tints of Deco #C8D993
RGB
CMYK
RGB Variations
Color information
#C8D993 (or 0xC8D993) is known color: Deco. HEX triplet: C8, D9 and 93. RGB value is (200,217,147). Sum of RGB (Red+Green+Blue) = 200+217+147=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 217 (85.16% from 255 or 38.48% from 564); Blue value is 147 (57.81% from 255 or 26.06% from 564); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D993 is #37266C. Grayscale: #CCCCCC. Windows color (decimal): -3614317 or 9689544. OLE color: 9689544.
HSL color Cylindrical-coordinate representation of color #C8D993: hue angle of 74.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8D993 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 147 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.15 |
| HSL | 74.57º | 0.48% | 0.71% | - |
| HSV(B) | 74.57º | 0.32% | 0.85% | - |
| XYZ | 53.9 | 64.01 | 37.12 | - |
| YUV | 203.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 147 | 0.08 | 0 | 0.32 | 0.15 | 74.57 | 0.48 | 0.71 |
| Hex | C8 | D9 | 93 | 8 | 0 | 20 | F | 4B | 30 | 47 |
| Octal | 310 | 331 | 223 | 10 | 0 | 40 | 17 | 113 | 60 | 107 |
| Binary | 11001000 | 11011001 | 10010011 | 1000 | 0 | 100000 | 1111 | 1001011 | 110000 | 1000111 |
Color Harmonies of #C8D993
Complementary color
Monochromatic Colors of #C8D993
Black with #C8D993
Text Example
Text Example
White with #C8D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D993; }
p { color: rgb(200,217,147); }
H1.HeaderClassName
{
color: #C8D993;
}
.AnyTagClassName
{
color: #C8D993;
}
</style>
background-color css
<style>
a { background-color: #C8D993; }
a { background-color: rgb(200,217,147); }
div.DivClassName
{
background-color: #C8D993;
}
.BgClassName
{
background-color: #C8D993;
}
</style>
border-color css
<style>
span { border-color: #C8D993; }
span { border-color: rgb(200,217,147); }
td.TdClassName
{
border-color: #C8D993;
}
.TagClassName
{
border-color: #C8D993;
}
</style>