Shades of Deco #C8D992
Tints of Deco #C8D992
RGB
CMYK
RGB Variations
Color information
#C8D992 (or 0xC8D992) is known color: Deco. HEX triplet: C8, D9 and 92. RGB value is (200,217,146). Sum of RGB (Red+Green+Blue) = 200+217+146=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 146 (57.42% from 255 or 25.93% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D992 is #37266D. Grayscale: #CCCCCC. Windows color (decimal): -3614318 or 9624008. OLE color: 9624008.
HSL color Cylindrical-coordinate representation of color #C8D992: hue angle of 74.37º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8D992 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 146 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.15 |
| HSL | 74.37º | 0.48% | 0.71% | - |
| HSV(B) | 74.37º | 0.33% | 0.85% | - |
| XYZ | 53.82 | 63.98 | 36.71 | - |
| YUV | 203.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 146 | 0.08 | 0 | 0.33 | 0.15 | 74.37 | 0.48 | 0.71 |
| Hex | C8 | D9 | 92 | 8 | 0 | 21 | F | 4A | 30 | 47 |
| Octal | 310 | 331 | 222 | 10 | 0 | 41 | 17 | 112 | 60 | 107 |
| Binary | 11001000 | 11011001 | 10010010 | 1000 | 0 | 100001 | 1111 | 1001010 | 110000 | 1000111 |
Color Harmonies of #C8D992
Complementary color
Monochromatic Colors of #C8D992
Black with #C8D992
Text Example
Text Example
White with #C8D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D992; }
p { color: rgb(200,217,146); }
H1.HeaderClassName
{
color: #C8D992;
}
.AnyTagClassName
{
color: #C8D992;
}
</style>
background-color css
<style>
a { background-color: #C8D992; }
a { background-color: rgb(200,217,146); }
div.DivClassName
{
background-color: #C8D992;
}
.BgClassName
{
background-color: #C8D992;
}
</style>
border-color css
<style>
span { border-color: #C8D992; }
span { border-color: rgb(200,217,146); }
td.TdClassName
{
border-color: #C8D992;
}
.TagClassName
{
border-color: #C8D992;
}
</style>