Shades of Deco #C7D288
Tints of Deco #C7D288
RGB
CMYK
RGB Variations
Color information
#C7D288 (or 0xC7D288) is known color: Deco. HEX triplet: C7, D2 and 88. RGB value is (199,210,136). Sum of RGB (Red+Green+Blue) = 199+210+136=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D288 is #382D77. Grayscale: #C6C6C6. Windows color (decimal): -3681656 or 8966855. OLE color: 8966855.
HSL color Cylindrical-coordinate representation of color #C7D288: hue angle of 68.92º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7D288 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 136 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.18 |
| HSL | 68.92º | 0.45% | 0.68% | - |
| HSV(B) | 68.92º | 0.35% | 0.82% | - |
| XYZ | 51.04 | 60.01 | 32.19 | - |
| YUV | 198.28 | 92.86 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 136 | 0.05 | 0 | 0.35 | 0.18 | 68.92 | 0.45 | 0.68 |
| Hex | C7 | D2 | 88 | 5 | 0 | 23 | 12 | 45 | 2D | 44 |
| Octal | 307 | 322 | 210 | 5 | 0 | 43 | 22 | 105 | 55 | 104 |
| Binary | 11000111 | 11010010 | 10001000 | 101 | 0 | 100011 | 10010 | 1000101 | 101101 | 1000100 |
Color Harmonies of #C7D288
Complementary color
Monochromatic Colors of #C7D288
Black with #C7D288
Text Example
Text Example
White with #C7D288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D288; }
p { color: rgb(199,210,136); }
H1.HeaderClassName
{
color: #C7D288;
}
.AnyTagClassName
{
color: #C7D288;
}
</style>
background-color css
<style>
a { background-color: #C7D288; }
a { background-color: rgb(199,210,136); }
div.DivClassName
{
background-color: #C7D288;
}
.BgClassName
{
background-color: #C7D288;
}
</style>
border-color css
<style>
span { border-color: #C7D288; }
span { border-color: rgb(199,210,136); }
td.TdClassName
{
border-color: #C7D288;
}
.TagClassName
{
border-color: #C7D288;
}
</style>