Shades of Deco #C7C587
Tints of Deco #C7C587
RGB
CMYK
RGB Variations
Color information
#C7C587 (or 0xC7C587) is known color: Deco. HEX triplet: C7, C5 and 87. RGB value is (199,197,135). Sum of RGB (Red+Green+Blue) = 199+197+135=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 135 (53.12% from 255 or 25.42% from 531); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C587 is #383A78. Grayscale: #BEBEBE. Windows color (decimal): -3684985 or 8897991. OLE color: 8897991.
HSL color Cylindrical-coordinate representation of color #C7C587: hue angle of 58.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C7C587 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 135 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.22 |
| HSL | 58.13º | 0.36% | 0.65% | - |
| HSV(B) | 58.13º | 0.32% | 0.78% | - |
| XYZ | 47.89 | 53.82 | 30.79 | - |
| YUV | 190.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 135 | 0 | 0.01 | 0.32 | 0.22 | 58.13 | 0.36 | 0.65 |
| Hex | C7 | C5 | 87 | 0 | 1 | 20 | 16 | 3A | 24 | 41 |
| Octal | 307 | 305 | 207 | 0 | 1 | 40 | 26 | 72 | 44 | 101 |
| Binary | 11000111 | 11000101 | 10000111 | 0 | 1 | 100000 | 10110 | 111010 | 100100 | 1000001 |
Color Harmonies of #C7C587
Complementary color
Monochromatic Colors of #C7C587
Black with #C7C587
Text Example
Text Example
White with #C7C587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C587; }
p { color: rgb(199,197,135); }
H1.HeaderClassName
{
color: #C7C587;
}
.AnyTagClassName
{
color: #C7C587;
}
</style>
background-color css
<style>
a { background-color: #C7C587; }
a { background-color: rgb(199,197,135); }
div.DivClassName
{
background-color: #C7C587;
}
.BgClassName
{
background-color: #C7C587;
}
</style>
border-color css
<style>
span { border-color: #C7C587; }
span { border-color: rgb(199,197,135); }
td.TdClassName
{
border-color: #C7C587;
}
.TagClassName
{
border-color: #C7C587;
}
</style>