Shades of Martini #C0A6A3
Tints of Martini #C0A6A3
RGB
CMYK
RGB Variations
Color information
#C0A6A3 (or 0xC0A6A3) is known color: Martini. HEX triplet: C0, A6 and A3. RGB value is (192,166,163). Sum of RGB (Red+Green+Blue) = 192+166+163=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A6A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A6A3 is #3F595C. Grayscale: #ADADAD. Windows color (decimal): -4151645 or 10725056. OLE color: 10725056.
HSL color Cylindrical-coordinate representation of color #C0A6A3: hue angle of 6.21º 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 #C0A6A3 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 163 | - |
| CMYK | 0 | 0.14 | 0.15 | 0.25 |
| HSL | 6.21º | 0.19% | 0.7% | - |
| HSV(B) | 6.21º | 0.15% | 0.75% | - |
| XYZ | 41.99 | 41.12 | 40.38 | - |
| YUV | 173.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 163 | 0 | 0.14 | 0.15 | 0.25 | 6.21 | 0.19 | 0.7 |
| Hex | C0 | A6 | A3 | 0 | E | F | 19 | 6 | 13 | 46 |
| Octal | 300 | 246 | 243 | 0 | 16 | 17 | 31 | 6 | 23 | 106 |
| Binary | 11000000 | 10100110 | 10100011 | 0 | 1110 | 1111 | 11001 | 110 | 10011 | 1000110 |
Color Harmonies of #C0A6A3
Complementary color
Monochromatic Colors of #C0A6A3
Black with #C0A6A3
Text Example
Text Example
White with #C0A6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A6A3; }
p { color: rgb(192,166,163); }
H1.HeaderClassName
{
color: #C0A6A3;
}
.AnyTagClassName
{
color: #C0A6A3;
}
</style>
background-color css
<style>
a { background-color: #C0A6A3; }
a { background-color: rgb(192,166,163); }
div.DivClassName
{
background-color: #C0A6A3;
}
.BgClassName
{
background-color: #C0A6A3;
}
</style>
border-color css
<style>
span { border-color: #C0A6A3; }
span { border-color: rgb(192,166,163); }
td.TdClassName
{
border-color: #C0A6A3;
}
.TagClassName
{
border-color: #C0A6A3;
}
</style>