Shades of Martini #C0A9A6
Tints of Martini #C0A9A6
RGB
CMYK
RGB Variations
Color information
#C0A9A6 (or 0xC0A9A6) is known color: Martini. HEX triplet: C0, A9 and A6. RGB value is (192,169,166). Sum of RGB (Red+Green+Blue) = 192+169+166=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A9A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A9A6 is #3F5659. Grayscale: #AFAFAF. Windows color (decimal): -4150874 or 10922432. OLE color: 10922432.
HSL color Cylindrical-coordinate representation of color #C0A9A6: hue angle of 6.92º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0A9A6 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 166 | - |
| CMYK | 0 | 0.12 | 0.14 | 0.25 |
| HSL | 6.92º | 0.17% | 0.7% | - |
| HSV(B) | 6.92º | 0.14% | 0.75% | - |
| XYZ | 42.81 | 42.34 | 41.99 | - |
| YUV | 175.54 | 122.62 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 166 | 0 | 0.12 | 0.14 | 0.25 | 6.92 | 0.17 | 0.7 |
| Hex | C0 | A9 | A6 | 0 | C | E | 19 | 7 | 11 | 46 |
| Octal | 300 | 251 | 246 | 0 | 14 | 16 | 31 | 7 | 21 | 106 |
| Binary | 11000000 | 10101001 | 10100110 | 0 | 1100 | 1110 | 11001 | 111 | 10001 | 1000110 |
Color Harmonies of #C0A9A6
Complementary color
Monochromatic Colors of #C0A9A6
Black with #C0A9A6
Text Example
Text Example
White with #C0A9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A9A6; }
p { color: rgb(192,169,166); }
H1.HeaderClassName
{
color: #C0A9A6;
}
.AnyTagClassName
{
color: #C0A9A6;
}
</style>
background-color css
<style>
a { background-color: #C0A9A6; }
a { background-color: rgb(192,169,166); }
div.DivClassName
{
background-color: #C0A9A6;
}
.BgClassName
{
background-color: #C0A9A6;
}
</style>
border-color css
<style>
span { border-color: #C0A9A6; }
span { border-color: rgb(192,169,166); }
td.TdClassName
{
border-color: #C0A9A6;
}
.TagClassName
{
border-color: #C0A9A6;
}
</style>