Shades of Deco #C7D688
Tints of Deco #C7D688
RGB
CMYK
RGB Variations
Color information
#C7D688 (or 0xC7D688) is known color: Deco. HEX triplet: C7, D6 and 88. RGB value is (199,214,136). Sum of RGB (Red+Green+Blue) = 199+214+136=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 136 (53.52% from 255 or 24.77% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D688 is #382977. Grayscale: #C8C8C8. Windows color (decimal): -3680632 or 8967879. OLE color: 8967879.
HSL color Cylindrical-coordinate representation of color #C7D688: hue angle of 71.54º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7D688 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 214 | 136 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.16 |
| HSL | 71.54º | 0.49% | 0.69% | - |
| HSV(B) | 71.54º | 0.36% | 0.84% | - |
| XYZ | 52.04 | 62.01 | 32.52 | - |
| YUV | 200.62 | 91.53 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 214 | 136 | 0.07 | 0 | 0.36 | 0.16 | 71.54 | 0.49 | 0.69 |
| Hex | C7 | D6 | 88 | 7 | 0 | 24 | 10 | 48 | 31 | 45 |
| Octal | 307 | 326 | 210 | 7 | 0 | 44 | 20 | 110 | 61 | 105 |
| Binary | 11000111 | 11010110 | 10001000 | 111 | 0 | 100100 | 10000 | 1001000 | 110001 | 1000101 |
Color Harmonies of #C7D688
Complementary color
Monochromatic Colors of #C7D688
Black with #C7D688
Text Example
Text Example
White with #C7D688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D688; }
p { color: rgb(199,214,136); }
H1.HeaderClassName
{
color: #C7D688;
}
.AnyTagClassName
{
color: #C7D688;
}
</style>
background-color css
<style>
a { background-color: #C7D688; }
a { background-color: rgb(199,214,136); }
div.DivClassName
{
background-color: #C7D688;
}
.BgClassName
{
background-color: #C7D688;
}
</style>
border-color css
<style>
span { border-color: #C7D688; }
span { border-color: rgb(199,214,136); }
td.TdClassName
{
border-color: #C7D688;
}
.TagClassName
{
border-color: #C7D688;
}
</style>