Shades of Deco #C7C888
Tints of Deco #C7C888
RGB
CMYK
RGB Variations
Color information
#C7C888 (or 0xC7C888) is known color: Deco. HEX triplet: C7, C8 and 88. RGB value is (199,200,136). Sum of RGB (Red+Green+Blue) = 199+200+136=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #C7C888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C888 is #383777. Grayscale: #C0C0C0. Windows color (decimal): -3684216 or 8964295. OLE color: 8964295.
HSL color Cylindrical-coordinate representation of color #C7C888: hue angle of 60.94º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7C888 is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 200 | 136 | - |
| CMYK | 0.00 | 0 | 0.32 | 0.22 |
| HSL | 60.94º | 0.37% | 0.66% | - |
| HSV(B) | 60.94º | 0.32% | 0.78% | - |
| XYZ | 48.65 | 55.23 | 31.39 | - |
| YUV | 192.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 200 | 136 | 0.00 | 0 | 0.32 | 0.22 | 60.94 | 0.37 | 0.66 |
| Hex | C7 | C8 | 88 | 0 | 0 | 20 | 16 | 3D | 25 | 42 |
| Octal | 307 | 310 | 210 | 0 | 0 | 40 | 26 | 75 | 45 | 102 |
| Binary | 11000111 | 11001000 | 10001000 | 0 | 0 | 100000 | 10110 | 111101 | 100101 | 1000010 |
Color Harmonies of #C7C888
Complementary color
Monochromatic Colors of #C7C888
Black with #C7C888
Text Example
Text Example
White with #C7C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C888; }
p { color: rgb(199,200,136); }
H1.HeaderClassName
{
color: #C7C888;
}
.AnyTagClassName
{
color: #C7C888;
}
</style>
background-color css
<style>
a { background-color: #C7C888; }
a { background-color: rgb(199,200,136); }
div.DivClassName
{
background-color: #C7C888;
}
.BgClassName
{
background-color: #C7C888;
}
</style>
border-color css
<style>
span { border-color: #C7C888; }
span { border-color: rgb(199,200,136); }
td.TdClassName
{
border-color: #C7C888;
}
.TagClassName
{
border-color: #C7C888;
}
</style>