Shades of Martini #C0ABA2
Tints of Martini #C0ABA2
RGB
CMYK
RGB Variations
Color information
#C0ABA2 (or 0xC0ABA2) is known color: Martini. HEX triplet: C0, AB and A2. RGB value is (192,171,162). Sum of RGB (Red+Green+Blue) = 192+171+162=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA2 is #3F545D. Grayscale: #B0B0B0. Windows color (decimal): -4150366 or 10660800. OLE color: 10660800.
HSL color Cylindrical-coordinate representation of color #C0ABA2: hue angle of 18º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0ABA2 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 162 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.25 |
| HSL | 18º | 0.19% | 0.69% | - |
| HSV(B) | 18º | 0.16% | 0.75% | - |
| XYZ | 42.82 | 42.94 | 40.21 | - |
| YUV | 176.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 162 | 0 | 0.11 | 0.16 | 0.25 | 18 | 0.19 | 0.69 |
| Hex | C0 | AB | A2 | 0 | B | 10 | 19 | 12 | 13 | 45 |
| Octal | 300 | 253 | 242 | 0 | 13 | 20 | 31 | 22 | 23 | 105 |
| Binary | 11000000 | 10101011 | 10100010 | 0 | 1011 | 10000 | 11001 | 10010 | 10011 | 1000101 |
Color Harmonies of #C0ABA2
Complementary color
Monochromatic Colors of #C0ABA2
Black with #C0ABA2
Text Example
Text Example
White with #C0ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABA2; }
p { color: rgb(192,171,162); }
H1.HeaderClassName
{
color: #C0ABA2;
}
.AnyTagClassName
{
color: #C0ABA2;
}
</style>
background-color css
<style>
a { background-color: #C0ABA2; }
a { background-color: rgb(192,171,162); }
div.DivClassName
{
background-color: #C0ABA2;
}
.BgClassName
{
background-color: #C0ABA2;
}
</style>
border-color css
<style>
span { border-color: #C0ABA2; }
span { border-color: rgb(192,171,162); }
td.TdClassName
{
border-color: #C0ABA2;
}
.TagClassName
{
border-color: #C0ABA2;
}
</style>