Shades of Martini #C1ABA4
Tints of Martini #C1ABA4
RGB
CMYK
RGB Variations
Color information
#C1ABA4 (or 0xC1ABA4) is known color: Martini. HEX triplet: C1, AB and A4. RGB value is (193,171,164). Sum of RGB (Red+Green+Blue) = 193+171+164=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ABA4 is #3E545B. Grayscale: #B0B0B0. Windows color (decimal): -4084828 or 10791873. OLE color: 10791873.
HSL color Cylindrical-coordinate representation of color #C1ABA4: hue angle of 14.48º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1ABA4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 171 | 164 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.24 |
| HSL | 14.48º | 0.19% | 0.7% | - |
| HSV(B) | 14.48º | 0.15% | 0.76% | - |
| XYZ | 43.26 | 43.14 | 41.17 | - |
| YUV | 176.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 164 | 0 | 0.11 | 0.15 | 0.24 | 14.48 | 0.19 | 0.7 |
| Hex | C1 | AB | A4 | 0 | B | F | 18 | E | 13 | 46 |
| Octal | 301 | 253 | 244 | 0 | 13 | 17 | 30 | 16 | 23 | 106 |
| Binary | 11000001 | 10101011 | 10100100 | 0 | 1011 | 1111 | 11000 | 1110 | 10011 | 1000110 |
Color Harmonies of #C1ABA4
Complementary color
Monochromatic Colors of #C1ABA4
Black with #C1ABA4
Text Example
Text Example
White with #C1ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABA4; }
p { color: rgb(193,171,164); }
H1.HeaderClassName
{
color: #C1ABA4;
}
.AnyTagClassName
{
color: #C1ABA4;
}
</style>
background-color css
<style>
a { background-color: #C1ABA4; }
a { background-color: rgb(193,171,164); }
div.DivClassName
{
background-color: #C1ABA4;
}
.BgClassName
{
background-color: #C1ABA4;
}
</style>
border-color css
<style>
span { border-color: #C1ABA4; }
span { border-color: rgb(193,171,164); }
td.TdClassName
{
border-color: #C1ABA4;
}
.TagClassName
{
border-color: #C1ABA4;
}
</style>