Shades of Martini #C1ABA3
Tints of Martini #C1ABA3
RGB
CMYK
RGB Variations
Color information
#C1ABA3 (or 0xC1ABA3) is known color: Martini. HEX triplet: C1, AB and A3. RGB value is (193,171,163). Sum of RGB (Red+Green+Blue) = 193+171+163=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABA3 is #3E545C. Grayscale: #B0B0B0. Windows color (decimal): -4084829 or 10726337. OLE color: 10726337.
HSL color Cylindrical-coordinate representation of color #C1ABA3: hue angle of 16º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ABA3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 163 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.24 |
| HSL | 16º | 0.19% | 0.7% | - |
| HSV(B) | 16º | 0.16% | 0.76% | - |
| XYZ | 43.17 | 43.11 | 40.7 | - |
| YUV | 176.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 163 | 0 | 0.11 | 0.16 | 0.24 | 16 | 0.19 | 0.7 |
| Hex | C1 | AB | A3 | 0 | B | 10 | 18 | 10 | 13 | 46 |
| Octal | 301 | 253 | 243 | 0 | 13 | 20 | 30 | 20 | 23 | 106 |
| Binary | 11000001 | 10101011 | 10100011 | 0 | 1011 | 10000 | 11000 | 10000 | 10011 | 1000110 |
Color Harmonies of #C1ABA3
Complementary color
Monochromatic Colors of #C1ABA3
Black with #C1ABA3
Text Example
Text Example
White with #C1ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABA3; }
p { color: rgb(193,171,163); }
H1.HeaderClassName
{
color: #C1ABA3;
}
.AnyTagClassName
{
color: #C1ABA3;
}
</style>
background-color css
<style>
a { background-color: #C1ABA3; }
a { background-color: rgb(193,171,163); }
div.DivClassName
{
background-color: #C1ABA3;
}
.BgClassName
{
background-color: #C1ABA3;
}
</style>
border-color css
<style>
span { border-color: #C1ABA3; }
span { border-color: rgb(193,171,163); }
td.TdClassName
{
border-color: #C1ABA3;
}
.TagClassName
{
border-color: #C1ABA3;
}
</style>