Shades of Martini #C1AAA1
Tints of Martini #C1AAA1
RGB
CMYK
RGB Variations
Color information
#C1AAA1 (or 0xC1AAA1) is known color: Martini. HEX triplet: C1, AA and A1. RGB value is (193,170,161). Sum of RGB (Red+Green+Blue) = 193+170+161=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA1 is #3E555E. Grayscale: #AFAFAF. Windows color (decimal): -4085087 or 10595009. OLE color: 10595009.
HSL color Cylindrical-coordinate representation of color #C1AAA1: hue angle of 16.88º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1AAA1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 161 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.24 |
| HSL | 16.88º | 0.21% | 0.69% | - |
| HSV(B) | 16.88º | 0.17% | 0.76% | - |
| XYZ | 42.8 | 42.66 | 39.7 | - |
| YUV | 175.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 161 | 0 | 0.12 | 0.17 | 0.24 | 16.88 | 0.21 | 0.69 |
| Hex | C1 | AA | A1 | 0 | C | 11 | 18 | 11 | 15 | 45 |
| Octal | 301 | 252 | 241 | 0 | 14 | 21 | 30 | 21 | 25 | 105 |
| Binary | 11000001 | 10101010 | 10100001 | 0 | 1100 | 10001 | 11000 | 10001 | 10101 | 1000101 |
Color Harmonies of #C1AAA1
Complementary color
Monochromatic Colors of #C1AAA1
Black with #C1AAA1
Text Example
Text Example
White with #C1AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAA1; }
p { color: rgb(193,170,161); }
H1.HeaderClassName
{
color: #C1AAA1;
}
.AnyTagClassName
{
color: #C1AAA1;
}
</style>
background-color css
<style>
a { background-color: #C1AAA1; }
a { background-color: rgb(193,170,161); }
div.DivClassName
{
background-color: #C1AAA1;
}
.BgClassName
{
background-color: #C1AAA1;
}
</style>
border-color css
<style>
span { border-color: #C1AAA1; }
span { border-color: rgb(193,170,161); }
td.TdClassName
{
border-color: #C1AAA1;
}
.TagClassName
{
border-color: #C1AAA1;
}
</style>