Shades of Martini #C0ACA7
Tints of Martini #C0ACA7
RGB
CMYK
RGB Variations
Color information
#C0ACA7 (or 0xC0ACA7) is known color: Martini. HEX triplet: C0, AC and A7. RGB value is (192,172,167). Sum of RGB (Red+Green+Blue) = 192+172+167=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 167 (65.62% from 255 or 31.45% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACA7 is #3F5358. Grayscale: #B1B1B1. Windows color (decimal): -4150105 or 10988736. OLE color: 10988736.
HSL color Cylindrical-coordinate representation of color #C0ACA7: hue angle of 12º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0ACA7 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 167 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.25 |
| HSL | 12º | 0.17% | 0.7% | - |
| HSV(B) | 12º | 0.13% | 0.75% | - |
| XYZ | 43.47 | 43.5 | 42.66 | - |
| YUV | 177.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 167 | 0 | 0.10 | 0.13 | 0.25 | 12 | 0.17 | 0.7 |
| Hex | C0 | AC | A7 | 0 | A | D | 19 | C | 11 | 46 |
| Octal | 300 | 254 | 247 | 0 | 12 | 15 | 31 | 14 | 21 | 106 |
| Binary | 11000000 | 10101100 | 10100111 | 0 | 1010 | 1101 | 11001 | 1100 | 10001 | 1000110 |
Color Harmonies of #C0ACA7
Complementary color
Monochromatic Colors of #C0ACA7
Black with #C0ACA7
Text Example
Text Example
White with #C0ACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACA7; }
p { color: rgb(192,172,167); }
H1.HeaderClassName
{
color: #C0ACA7;
}
.AnyTagClassName
{
color: #C0ACA7;
}
</style>
background-color css
<style>
a { background-color: #C0ACA7; }
a { background-color: rgb(192,172,167); }
div.DivClassName
{
background-color: #C0ACA7;
}
.BgClassName
{
background-color: #C0ACA7;
}
</style>
border-color css
<style>
span { border-color: #C0ACA7; }
span { border-color: rgb(192,172,167); }
td.TdClassName
{
border-color: #C0ACA7;
}
.TagClassName
{
border-color: #C0ACA7;
}
</style>