Shades of Deco #C7C687
Tints of Deco #C7C687
RGB
CMYK
RGB Variations
Color information
#C7C687 (or 0xC7C687) is known color: Deco. HEX triplet: C7, C6 and 87. RGB value is (199,198,135). Sum of RGB (Red+Green+Blue) = 199+198+135=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C687 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C687 is #383978. Grayscale: #BFBFBF. Windows color (decimal): -3684729 or 8898247. OLE color: 8898247.
HSL color Cylindrical-coordinate representation of color #C7C687: hue angle of 59.06º 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 #C7C687 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 135 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.22 |
| HSL | 59.06º | 0.36% | 0.65% | - |
| HSV(B) | 59.06º | 0.32% | 0.78% | - |
| XYZ | 48.12 | 54.28 | 30.86 | - |
| YUV | 191.12 | 96.33 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 135 | 0 | 0.01 | 0.32 | 0.22 | 59.06 | 0.36 | 0.65 |
| Hex | C7 | C6 | 87 | 0 | 1 | 20 | 16 | 3B | 24 | 41 |
| Octal | 307 | 306 | 207 | 0 | 1 | 40 | 26 | 73 | 44 | 101 |
| Binary | 11000111 | 11000110 | 10000111 | 0 | 1 | 100000 | 10110 | 111011 | 100100 | 1000001 |
Color Harmonies of #C7C687
Complementary color
Monochromatic Colors of #C7C687
Black with #C7C687
Text Example
Text Example
White with #C7C687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C687; }
p { color: rgb(199,198,135); }
H1.HeaderClassName
{
color: #C7C687;
}
.AnyTagClassName
{
color: #C7C687;
}
</style>
background-color css
<style>
a { background-color: #C7C687; }
a { background-color: rgb(199,198,135); }
div.DivClassName
{
background-color: #C7C687;
}
.BgClassName
{
background-color: #C7C687;
}
</style>
border-color css
<style>
span { border-color: #C7C687; }
span { border-color: rgb(199,198,135); }
td.TdClassName
{
border-color: #C7C687;
}
.TagClassName
{
border-color: #C7C687;
}
</style>