Shades of Martini #C2AEA9
Tints of Martini #C2AEA9
RGB
CMYK
RGB Variations
Color information
#C2AEA9 (or 0xC2AEA9) is known color: Martini. HEX triplet: C2, AE and A9. RGB value is (194,174,169). Sum of RGB (Red+Green+Blue) = 194+174+169=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AEA9 is #3D5156. Grayscale: #B3B3B3. Windows color (decimal): -4018519 or 11120322. OLE color: 11120322.
HSL color Cylindrical-coordinate representation of color #C2AEA9: hue angle of 12º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2AEA9 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 169 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.24 |
| HSL | 12º | 0.17% | 0.71% | - |
| HSV(B) | 12º | 0.13% | 0.76% | - |
| XYZ | 44.55 | 44.61 | 43.8 | - |
| YUV | 179.41 | 122.13 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 169 | 0 | 0.10 | 0.13 | 0.24 | 12 | 0.17 | 0.71 |
| Hex | C2 | AE | A9 | 0 | A | D | 18 | C | 11 | 47 |
| Octal | 302 | 256 | 251 | 0 | 12 | 15 | 30 | 14 | 21 | 107 |
| Binary | 11000010 | 10101110 | 10101001 | 0 | 1010 | 1101 | 11000 | 1100 | 10001 | 1000111 |
Color Harmonies of #C2AEA9
Complementary color
Monochromatic Colors of #C2AEA9
Black with #C2AEA9
Text Example
Text Example
White with #C2AEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEA9; }
p { color: rgb(194,174,169); }
H1.HeaderClassName
{
color: #C2AEA9;
}
.AnyTagClassName
{
color: #C2AEA9;
}
</style>
background-color css
<style>
a { background-color: #C2AEA9; }
a { background-color: rgb(194,174,169); }
div.DivClassName
{
background-color: #C2AEA9;
}
.BgClassName
{
background-color: #C2AEA9;
}
</style>
border-color css
<style>
span { border-color: #C2AEA9; }
span { border-color: rgb(194,174,169); }
td.TdClassName
{
border-color: #C2AEA9;
}
.TagClassName
{
border-color: #C2AEA9;
}
</style>