Shades of Martini #C0ABA3
Tints of Martini #C0ABA3
RGB
CMYK
RGB Variations
Color information
#C0ABA3 (or 0xC0ABA3) is known color: Martini. HEX triplet: C0, AB and A3. RGB value is (192,171,163). Sum of RGB (Red+Green+Blue) = 192+171+163=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA3 is #3F545C. Grayscale: #B0B0B0. Windows color (decimal): -4150365 or 10726336. OLE color: 10726336.
HSL color Cylindrical-coordinate representation of color #C0ABA3: hue angle of 16.55º 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 #C0ABA3 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 163 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.25 |
| HSL | 16.55º | 0.19% | 0.7% | - |
| HSV(B) | 16.55º | 0.15% | 0.75% | - |
| XYZ | 42.91 | 42.98 | 40.68 | - |
| YUV | 176.37 | 120.46 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 163 | 0 | 0.11 | 0.15 | 0.25 | 16.55 | 0.19 | 0.7 |
| Hex | C0 | AB | A3 | 0 | B | F | 19 | 11 | 13 | 46 |
| Octal | 300 | 253 | 243 | 0 | 13 | 17 | 31 | 21 | 23 | 106 |
| Binary | 11000000 | 10101011 | 10100011 | 0 | 1011 | 1111 | 11001 | 10001 | 10011 | 1000110 |
Color Harmonies of #C0ABA3
Complementary color
Monochromatic Colors of #C0ABA3
Black with #C0ABA3
Text Example
Text Example
White with #C0ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABA3; }
p { color: rgb(192,171,163); }
H1.HeaderClassName
{
color: #C0ABA3;
}
.AnyTagClassName
{
color: #C0ABA3;
}
</style>
background-color css
<style>
a { background-color: #C0ABA3; }
a { background-color: rgb(192,171,163); }
div.DivClassName
{
background-color: #C0ABA3;
}
.BgClassName
{
background-color: #C0ABA3;
}
</style>
border-color css
<style>
span { border-color: #C0ABA3; }
span { border-color: rgb(192,171,163); }
td.TdClassName
{
border-color: #C0ABA3;
}
.TagClassName
{
border-color: #C0ABA3;
}
</style>