Shades of Deco #C7C688
Tints of Deco #C7C688
RGB
CMYK
RGB Variations
Color information
#C7C688 (or 0xC7C688) is known color: Deco. HEX triplet: C7, C6 and 88. RGB value is (199,198,136). Sum of RGB (Red+Green+Blue) = 199+198+136=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 136 (53.52% from 255 or 25.52% from 533); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C688 is #383977. Grayscale: #BFBFBF. Windows color (decimal): -3684728 or 8963783. OLE color: 8963783.
HSL color Cylindrical-coordinate representation of color #C7C688: hue angle of 59.05º 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 #C7C688 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 198 | 136 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.22 |
| HSL | 59.05º | 0.36% | 0.66% | - |
| HSV(B) | 59.05º | 0.32% | 0.78% | - |
| XYZ | 48.19 | 54.31 | 31.24 | - |
| YUV | 191.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 198 | 136 | 0 | 0.01 | 0.32 | 0.22 | 59.05 | 0.36 | 0.66 |
| Hex | C7 | C6 | 88 | 0 | 1 | 20 | 16 | 3B | 24 | 42 |
| Octal | 307 | 306 | 210 | 0 | 1 | 40 | 26 | 73 | 44 | 102 |
| Binary | 11000111 | 11000110 | 10001000 | 0 | 1 | 100000 | 10110 | 111011 | 100100 | 1000010 |
Color Harmonies of #C7C688
Complementary color
Monochromatic Colors of #C7C688
Black with #C7C688
Text Example
Text Example
White with #C7C688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C688; }
p { color: rgb(199,198,136); }
H1.HeaderClassName
{
color: #C7C688;
}
.AnyTagClassName
{
color: #C7C688;
}
</style>
background-color css
<style>
a { background-color: #C7C688; }
a { background-color: rgb(199,198,136); }
div.DivClassName
{
background-color: #C7C688;
}
.BgClassName
{
background-color: #C7C688;
}
</style>
border-color css
<style>
span { border-color: #C7C688; }
span { border-color: rgb(199,198,136); }
td.TdClassName
{
border-color: #C7C688;
}
.TagClassName
{
border-color: #C7C688;
}
</style>