Shades of Martini #C2ADA6
Tints of Martini #C2ADA6
RGB
CMYK
RGB Variations
Color information
#C2ADA6 (or 0xC2ADA6) is known color: Martini. HEX triplet: C2, AD and A6. RGB value is (194,173,166). Sum of RGB (Red+Green+Blue) = 194+173+166=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ADA6 is #3D5259. Grayscale: #B2B2B2. Windows color (decimal): -4018778 or 10923458. OLE color: 10923458.
HSL color Cylindrical-coordinate representation of color #C2ADA6: hue angle of 15º 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 #C2ADA6 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 166 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.24 |
| HSL | 15º | 0.19% | 0.71% | - |
| HSV(B) | 15º | 0.14% | 0.76% | - |
| XYZ | 44.07 | 44.11 | 42.27 | - |
| YUV | 178.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 166 | 0 | 0.11 | 0.14 | 0.24 | 15 | 0.19 | 0.71 |
| Hex | C2 | AD | A6 | 0 | B | E | 18 | F | 13 | 47 |
| Octal | 302 | 255 | 246 | 0 | 13 | 16 | 30 | 17 | 23 | 107 |
| Binary | 11000010 | 10101101 | 10100110 | 0 | 1011 | 1110 | 11000 | 1111 | 10011 | 1000111 |
Color Harmonies of #C2ADA6
Complementary color
Monochromatic Colors of #C2ADA6
Black with #C2ADA6
Text Example
Text Example
White with #C2ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADA6; }
p { color: rgb(194,173,166); }
H1.HeaderClassName
{
color: #C2ADA6;
}
.AnyTagClassName
{
color: #C2ADA6;
}
</style>
background-color css
<style>
a { background-color: #C2ADA6; }
a { background-color: rgb(194,173,166); }
div.DivClassName
{
background-color: #C2ADA6;
}
.BgClassName
{
background-color: #C2ADA6;
}
</style>
border-color css
<style>
span { border-color: #C2ADA6; }
span { border-color: rgb(194,173,166); }
td.TdClassName
{
border-color: #C2ADA6;
}
.TagClassName
{
border-color: #C2ADA6;
}
</style>