Shades of Martini #C2AAA1
Tints of Martini #C2AAA1
RGB
CMYK
RGB Variations
Color information
#C2AAA1 (or 0xC2AAA1) is known color: Martini. HEX triplet: C2, AA and A1. RGB value is (194,170,161). Sum of RGB (Red+Green+Blue) = 194+170+161=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA1 is #3D555E. Grayscale: #B0B0B0. Windows color (decimal): -4019551 or 10595010. OLE color: 10595010.
HSL color Cylindrical-coordinate representation of color #C2AAA1: hue angle of 16.36º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2AAA1 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 170 | 161 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.24 |
| HSL | 16.36º | 0.21% | 0.7% | - |
| HSV(B) | 16.36º | 0.17% | 0.76% | - |
| XYZ | 43.06 | 42.79 | 39.71 | - |
| YUV | 176.15 | 119.45 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 161 | 0 | 0.12 | 0.17 | 0.24 | 16.36 | 0.21 | 0.7 |
| Hex | C2 | AA | A1 | 0 | C | 11 | 18 | 10 | 15 | 46 |
| Octal | 302 | 252 | 241 | 0 | 14 | 21 | 30 | 20 | 25 | 106 |
| Binary | 11000010 | 10101010 | 10100001 | 0 | 1100 | 10001 | 11000 | 10000 | 10101 | 1000110 |
Color Harmonies of #C2AAA1
Complementary color
Monochromatic Colors of #C2AAA1
Black with #C2AAA1
Text Example
Text Example
White with #C2AAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAA1; }
p { color: rgb(194,170,161); }
H1.HeaderClassName
{
color: #C2AAA1;
}
.AnyTagClassName
{
color: #C2AAA1;
}
</style>
background-color css
<style>
a { background-color: #C2AAA1; }
a { background-color: rgb(194,170,161); }
div.DivClassName
{
background-color: #C2AAA1;
}
.BgClassName
{
background-color: #C2AAA1;
}
</style>
border-color css
<style>
span { border-color: #C2AAA1; }
span { border-color: rgb(194,170,161); }
td.TdClassName
{
border-color: #C2AAA1;
}
.TagClassName
{
border-color: #C2AAA1;
}
</style>