Shades of Deco #C7C588
Tints of Deco #C7C588
RGB
CMYK
RGB Variations
Color information
#C7C588 (or 0xC7C588) is known color: Deco. HEX triplet: C7, C5 and 88. RGB value is (199,197,136). Sum of RGB (Red+Green+Blue) = 199+197+136=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 136 (53.52% from 255 or 25.56% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C588 is #383A77. Grayscale: #BEBEBE. Windows color (decimal): -3684984 or 8963527. OLE color: 8963527.
HSL color Cylindrical-coordinate representation of color #C7C588: hue angle of 58.1º degrees, saturation: 0.36, 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 #C7C588 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 136 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.22 |
| HSL | 58.1º | 0.36% | 0.66% | - |
| HSV(B) | 58.1º | 0.32% | 0.78% | - |
| XYZ | 47.96 | 53.85 | 31.16 | - |
| YUV | 190.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 136 | 0 | 0.01 | 0.32 | 0.22 | 58.1 | 0.36 | 0.66 |
| Hex | C7 | C5 | 88 | 0 | 1 | 20 | 16 | 3A | 24 | 42 |
| Octal | 307 | 305 | 210 | 0 | 1 | 40 | 26 | 72 | 44 | 102 |
| Binary | 11000111 | 11000101 | 10001000 | 0 | 1 | 100000 | 10110 | 111010 | 100100 | 1000010 |
Color Harmonies of #C7C588
Complementary color
Monochromatic Colors of #C7C588
Black with #C7C588
Text Example
Text Example
White with #C7C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C588; }
p { color: rgb(199,197,136); }
H1.HeaderClassName
{
color: #C7C588;
}
.AnyTagClassName
{
color: #C7C588;
}
</style>
background-color css
<style>
a { background-color: #C7C588; }
a { background-color: rgb(199,197,136); }
div.DivClassName
{
background-color: #C7C588;
}
.BgClassName
{
background-color: #C7C588;
}
</style>
border-color css
<style>
span { border-color: #C7C588; }
span { border-color: rgb(199,197,136); }
td.TdClassName
{
border-color: #C7C588;
}
.TagClassName
{
border-color: #C7C588;
}
</style>