Shades of Martini #C4ABA3
Tints of Martini #C4ABA3
RGB
CMYK
RGB Variations
Color information
#C4ABA3 (or 0xC4ABA3) is known color: Martini. HEX triplet: C4, AB and A3. RGB value is (196,171,163). Sum of RGB (Red+Green+Blue) = 196+171+163=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABA3 is #3B545C. Grayscale: #B1B1B1. Windows color (decimal): -3888221 or 10726340. OLE color: 10726340.
HSL color Cylindrical-coordinate representation of color #C4ABA3: hue angle of 14.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4ABA3 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 163 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.23 |
| HSL | 14.55º | 0.22% | 0.7% | - |
| HSV(B) | 14.55º | 0.17% | 0.77% | - |
| XYZ | 43.94 | 43.51 | 40.73 | - |
| YUV | 177.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 163 | 0 | 0.13 | 0.17 | 0.23 | 14.55 | 0.22 | 0.7 |
| Hex | C4 | AB | A3 | 0 | D | 11 | 17 | F | 16 | 46 |
| Octal | 304 | 253 | 243 | 0 | 15 | 21 | 27 | 17 | 26 | 106 |
| Binary | 11000100 | 10101011 | 10100011 | 0 | 1101 | 10001 | 10111 | 1111 | 10110 | 1000110 |
Color Harmonies of #C4ABA3
Complementary color
Monochromatic Colors of #C4ABA3
Black with #C4ABA3
Text Example
Text Example
White with #C4ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABA3; }
p { color: rgb(196,171,163); }
H1.HeaderClassName
{
color: #C4ABA3;
}
.AnyTagClassName
{
color: #C4ABA3;
}
</style>
background-color css
<style>
a { background-color: #C4ABA3; }
a { background-color: rgb(196,171,163); }
div.DivClassName
{
background-color: #C4ABA3;
}
.BgClassName
{
background-color: #C4ABA3;
}
</style>
border-color css
<style>
span { border-color: #C4ABA3; }
span { border-color: rgb(196,171,163); }
td.TdClassName
{
border-color: #C4ABA3;
}
.TagClassName
{
border-color: #C4ABA3;
}
</style>