Shades of Martini #C1AAA2
Tints of Martini #C1AAA2
RGB
CMYK
RGB Variations
Color information
#C1AAA2 (or 0xC1AAA2) is known color: Martini. HEX triplet: C1, AA and A2. RGB value is (193,170,162). Sum of RGB (Red+Green+Blue) = 193+170+162=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA2 is #3E555D. Grayscale: #B0B0B0. Windows color (decimal): -4085086 or 10660545. OLE color: 10660545.
HSL color Cylindrical-coordinate representation of color #C1AAA2: hue angle of 15.48º degrees, saturation: 0.2, 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 #C1AAA2 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 162 | - |
| CMYK | 0 | 0.12 | 0.16 | 0.24 |
| HSL | 15.48º | 0.2% | 0.7% | - |
| HSV(B) | 15.48º | 0.16% | 0.76% | - |
| XYZ | 42.89 | 42.7 | 40.16 | - |
| YUV | 175.97 | 120.12 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 162 | 0 | 0.12 | 0.16 | 0.24 | 15.48 | 0.2 | 0.7 |
| Hex | C1 | AA | A2 | 0 | C | 10 | 18 | F | 14 | 46 |
| Octal | 301 | 252 | 242 | 0 | 14 | 20 | 30 | 17 | 24 | 106 |
| Binary | 11000001 | 10101010 | 10100010 | 0 | 1100 | 10000 | 11000 | 1111 | 10100 | 1000110 |
Color Harmonies of #C1AAA2
Complementary color
Monochromatic Colors of #C1AAA2
Black with #C1AAA2
Text Example
Text Example
White with #C1AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAA2; }
p { color: rgb(193,170,162); }
H1.HeaderClassName
{
color: #C1AAA2;
}
.AnyTagClassName
{
color: #C1AAA2;
}
</style>
background-color css
<style>
a { background-color: #C1AAA2; }
a { background-color: rgb(193,170,162); }
div.DivClassName
{
background-color: #C1AAA2;
}
.BgClassName
{
background-color: #C1AAA2;
}
</style>
border-color css
<style>
span { border-color: #C1AAA2; }
span { border-color: rgb(193,170,162); }
td.TdClassName
{
border-color: #C1AAA2;
}
.TagClassName
{
border-color: #C1AAA2;
}
</style>