Shades of Martini #C2ACA6
Tints of Martini #C2ACA6
RGB
CMYK
RGB Variations
Color information
#C2ACA6 (or 0xC2ACA6) is known color: Martini. HEX triplet: C2, AC and A6. RGB value is (194,172,166). Sum of RGB (Red+Green+Blue) = 194+172+166=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACA6 is #3D5359. Grayscale: #B1B1B1. Windows color (decimal): -4019034 or 10923202. OLE color: 10923202.
HSL color Cylindrical-coordinate representation of color #C2ACA6: hue angle of 12.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2ACA6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 166 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.24 |
| HSL | 12.86º | 0.19% | 0.71% | - |
| HSV(B) | 12.86º | 0.14% | 0.76% | - |
| XYZ | 43.88 | 43.73 | 42.2 | - |
| YUV | 177.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 166 | 0 | 0.11 | 0.14 | 0.24 | 12.86 | 0.19 | 0.71 |
| Hex | C2 | AC | A6 | 0 | B | E | 18 | D | 13 | 47 |
| Octal | 302 | 254 | 246 | 0 | 13 | 16 | 30 | 15 | 23 | 107 |
| Binary | 11000010 | 10101100 | 10100110 | 0 | 1011 | 1110 | 11000 | 1101 | 10011 | 1000111 |
Color Harmonies of #C2ACA6
Complementary color
Monochromatic Colors of #C2ACA6
Black with #C2ACA6
Text Example
Text Example
White with #C2ACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACA6; }
p { color: rgb(194,172,166); }
H1.HeaderClassName
{
color: #C2ACA6;
}
.AnyTagClassName
{
color: #C2ACA6;
}
</style>
background-color css
<style>
a { background-color: #C2ACA6; }
a { background-color: rgb(194,172,166); }
div.DivClassName
{
background-color: #C2ACA6;
}
.BgClassName
{
background-color: #C2ACA6;
}
</style>
border-color css
<style>
span { border-color: #C2ACA6; }
span { border-color: rgb(194,172,166); }
td.TdClassName
{
border-color: #C2ACA6;
}
.TagClassName
{
border-color: #C2ACA6;
}
</style>