Shades of Martini #C0ACA3
Tints of Martini #C0ACA3
RGB
CMYK
RGB Variations
Color information
#C0ACA3 (or 0xC0ACA3) is known color: Martini. HEX triplet: C0, AC and A3. RGB value is (192,172,163). Sum of RGB (Red+Green+Blue) = 192+172+163=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ACA3 is #3F535C. Grayscale: #B1B1B1. Windows color (decimal): -4150109 or 10726592. OLE color: 10726592.
HSL color Cylindrical-coordinate representation of color #C0ACA3: hue angle of 18.62º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ACA3 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 163 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.25 |
| HSL | 18.62º | 0.19% | 0.7% | - |
| HSV(B) | 18.62º | 0.15% | 0.75% | - |
| XYZ | 43.1 | 43.36 | 40.75 | - |
| YUV | 176.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 163 | 0 | 0.10 | 0.15 | 0.25 | 18.62 | 0.19 | 0.7 |
| Hex | C0 | AC | A3 | 0 | A | F | 19 | 13 | 13 | 46 |
| Octal | 300 | 254 | 243 | 0 | 12 | 17 | 31 | 23 | 23 | 106 |
| Binary | 11000000 | 10101100 | 10100011 | 0 | 1010 | 1111 | 11001 | 10011 | 10011 | 1000110 |
Color Harmonies of #C0ACA3
Complementary color
Monochromatic Colors of #C0ACA3
Black with #C0ACA3
Text Example
Text Example
White with #C0ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACA3; }
p { color: rgb(192,172,163); }
H1.HeaderClassName
{
color: #C0ACA3;
}
.AnyTagClassName
{
color: #C0ACA3;
}
</style>
background-color css
<style>
a { background-color: #C0ACA3; }
a { background-color: rgb(192,172,163); }
div.DivClassName
{
background-color: #C0ACA3;
}
.BgClassName
{
background-color: #C0ACA3;
}
</style>
border-color css
<style>
span { border-color: #C0ACA3; }
span { border-color: rgb(192,172,163); }
td.TdClassName
{
border-color: #C0ACA3;
}
.TagClassName
{
border-color: #C0ACA3;
}
</style>