Shades of Deco #C9D792
Tints of Deco #C9D792
RGB
CMYK
RGB Variations
Color information
#C9D792 (or 0xC9D792) is known color: Deco. HEX triplet: C9, D7 and 92. RGB value is (201,215,146). Sum of RGB (Red+Green+Blue) = 201+215+146=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9D792 is #36286D. Grayscale: #CBCBCB. Windows color (decimal): -3549294 or 9623497. OLE color: 9623497.
HSL color Cylindrical-coordinate representation of color #C9D792: hue angle of 72.17º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9D792 is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 146 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.16 |
| HSL | 72.17º | 0.46% | 0.71% | - |
| HSV(B) | 72.17º | 0.32% | 0.84% | - |
| XYZ | 53.58 | 63.09 | 36.55 | - |
| YUV | 202.95 | 95.86 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 146 | 0.07 | 0 | 0.32 | 0.16 | 72.17 | 0.46 | 0.71 |
| Hex | C9 | D7 | 92 | 7 | 0 | 20 | 10 | 48 | 2E | 47 |
| Octal | 311 | 327 | 222 | 7 | 0 | 40 | 20 | 110 | 56 | 107 |
| Binary | 11001001 | 11010111 | 10010010 | 111 | 0 | 100000 | 10000 | 1001000 | 101110 | 1000111 |
Color Harmonies of #C9D792
Complementary color
Monochromatic Colors of #C9D792
Black with #C9D792
Text Example
Text Example
White with #C9D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D792; }
p { color: rgb(201,215,146); }
H1.HeaderClassName
{
color: #C9D792;
}
.AnyTagClassName
{
color: #C9D792;
}
</style>
background-color css
<style>
a { background-color: #C9D792; }
a { background-color: rgb(201,215,146); }
div.DivClassName
{
background-color: #C9D792;
}
.BgClassName
{
background-color: #C9D792;
}
</style>
border-color css
<style>
span { border-color: #C9D792; }
span { border-color: rgb(201,215,146); }
td.TdClassName
{
border-color: #C9D792;
}
.TagClassName
{
border-color: #C9D792;
}
</style>