Shades of Martini #C4ABA2
Tints of Martini #C4ABA2
RGB
CMYK
RGB Variations
Color information
#C4ABA2 (or 0xC4ABA2) is known color: Martini. HEX triplet: C4, AB and A2. RGB value is (196,171,162). Sum of RGB (Red+Green+Blue) = 196+171+162=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4ABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4ABA2 is #3B545D. Grayscale: #B1B1B1. Windows color (decimal): -3888222 or 10660804. OLE color: 10660804.
HSL color Cylindrical-coordinate representation of color #C4ABA2: hue angle of 15.88º 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 #C4ABA2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 162 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.23 |
| HSL | 15.88º | 0.22% | 0.7% | - |
| HSV(B) | 15.88º | 0.17% | 0.77% | - |
| XYZ | 43.85 | 43.47 | 40.26 | - |
| YUV | 177.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 162 | 0 | 0.13 | 0.17 | 0.23 | 15.88 | 0.22 | 0.7 |
| Hex | C4 | AB | A2 | 0 | D | 11 | 17 | 10 | 16 | 46 |
| Octal | 304 | 253 | 242 | 0 | 15 | 21 | 27 | 20 | 26 | 106 |
| Binary | 11000100 | 10101011 | 10100010 | 0 | 1101 | 10001 | 10111 | 10000 | 10110 | 1000110 |
Color Harmonies of #C4ABA2
Complementary color
Monochromatic Colors of #C4ABA2
Black with #C4ABA2
Text Example
Text Example
White with #C4ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABA2; }
p { color: rgb(196,171,162); }
H1.HeaderClassName
{
color: #C4ABA2;
}
.AnyTagClassName
{
color: #C4ABA2;
}
</style>
background-color css
<style>
a { background-color: #C4ABA2; }
a { background-color: rgb(196,171,162); }
div.DivClassName
{
background-color: #C4ABA2;
}
.BgClassName
{
background-color: #C4ABA2;
}
</style>
border-color css
<style>
span { border-color: #C4ABA2; }
span { border-color: rgb(196,171,162); }
td.TdClassName
{
border-color: #C4ABA2;
}
.TagClassName
{
border-color: #C4ABA2;
}
</style>