Shades of Deco #C7CC87
Tints of Deco #C7CC87
RGB
CMYK
RGB Variations
Color information
#C7CC87 (or 0xC7CC87) is known color: Deco. HEX triplet: C7, CC and 87. RGB value is (199,204,135). Sum of RGB (Red+Green+Blue) = 199+204+135=538 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.99% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CC87 is #383378. Grayscale: #C2C2C2. Windows color (decimal): -3683193 or 8899783. OLE color: 8899783.
HSL color Cylindrical-coordinate representation of color #C7CC87: hue angle of 64.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7CC87 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 204 | 135 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.2 |
| HSL | 64.35º | 0.4% | 0.66% | - |
| HSV(B) | 64.35º | 0.34% | 0.8% | - |
| XYZ | 49.52 | 57.08 | 31.33 | - |
| YUV | 194.64 | 94.34 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 204 | 135 | 0.02 | 0 | 0.34 | 0.2 | 64.35 | 0.4 | 0.66 |
| Hex | C7 | CC | 87 | 2 | 0 | 22 | 14 | 40 | 28 | 42 |
| Octal | 307 | 314 | 207 | 2 | 0 | 42 | 24 | 100 | 50 | 102 |
| Binary | 11000111 | 11001100 | 10000111 | 10 | 0 | 100010 | 10100 | 1000000 | 101000 | 1000010 |
Color Harmonies of #C7CC87
Complementary color
Monochromatic Colors of #C7CC87
Black with #C7CC87
Text Example
Text Example
White with #C7CC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7CC87; }
p { color: rgb(199,204,135); }
H1.HeaderClassName
{
color: #C7CC87;
}
.AnyTagClassName
{
color: #C7CC87;
}
</style>
background-color css
<style>
a { background-color: #C7CC87; }
a { background-color: rgb(199,204,135); }
div.DivClassName
{
background-color: #C7CC87;
}
.BgClassName
{
background-color: #C7CC87;
}
</style>
border-color css
<style>
span { border-color: #C7CC87; }
span { border-color: rgb(199,204,135); }
td.TdClassName
{
border-color: #C7CC87;
}
.TagClassName
{
border-color: #C7CC87;
}
</style>