Shades of Martini #C0A7A2
Tints of Martini #C0A7A2
RGB
CMYK
RGB Variations
Color information
#C0A7A2 (or 0xC0A7A2) is known color: Martini. HEX triplet: C0, A7 and A2. RGB value is (192,167,162). Sum of RGB (Red+Green+Blue) = 192+167+162=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A7A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A7A2 is #3F585D. Grayscale: #ADADAD. Windows color (decimal): -4151390 or 10659776. OLE color: 10659776.
HSL color Cylindrical-coordinate representation of color #C0A7A2: hue angle of 10º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0A7A2 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 162 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.25 |
| HSL | 10º | 0.19% | 0.69% | - |
| HSV(B) | 10º | 0.16% | 0.75% | - |
| XYZ | 42.08 | 41.45 | 39.97 | - |
| YUV | 173.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 162 | 0 | 0.13 | 0.16 | 0.25 | 10 | 0.19 | 0.69 |
| Hex | C0 | A7 | A2 | 0 | D | 10 | 19 | A | 13 | 45 |
| Octal | 300 | 247 | 242 | 0 | 15 | 20 | 31 | 12 | 23 | 105 |
| Binary | 11000000 | 10100111 | 10100010 | 0 | 1101 | 10000 | 11001 | 1010 | 10011 | 1000101 |
Color Harmonies of #C0A7A2
Complementary color
Monochromatic Colors of #C0A7A2
Black with #C0A7A2
Text Example
Text Example
White with #C0A7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A7A2; }
p { color: rgb(192,167,162); }
H1.HeaderClassName
{
color: #C0A7A2;
}
.AnyTagClassName
{
color: #C0A7A2;
}
</style>
background-color css
<style>
a { background-color: #C0A7A2; }
a { background-color: rgb(192,167,162); }
div.DivClassName
{
background-color: #C0A7A2;
}
.BgClassName
{
background-color: #C0A7A2;
}
</style>
border-color css
<style>
span { border-color: #C0A7A2; }
span { border-color: rgb(192,167,162); }
td.TdClassName
{
border-color: #C0A7A2;
}
.TagClassName
{
border-color: #C0A7A2;
}
</style>