Shades of Martini #C1AEA6
Tints of Martini #C1AEA6
RGB
CMYK
RGB Variations
Color information
#C1AEA6 (or 0xC1AEA6) is known color: Martini. HEX triplet: C1, AE and A6. RGB value is (193,174,166). Sum of RGB (Red+Green+Blue) = 193+174+166=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEA6 is #3E5159. Grayscale: #B2B2B2. Windows color (decimal): -4084058 or 10923713. OLE color: 10923713.
HSL color Cylindrical-coordinate representation of color #C1AEA6: hue angle of 17.78º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1AEA6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 166 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.24 |
| HSL | 17.78º | 0.18% | 0.7% | - |
| HSV(B) | 17.78º | 0.14% | 0.76% | - |
| XYZ | 44.01 | 44.36 | 42.32 | - |
| YUV | 178.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 166 | 0 | 0.10 | 0.14 | 0.24 | 17.78 | 0.18 | 0.7 |
| Hex | C1 | AE | A6 | 0 | A | E | 18 | 12 | 12 | 46 |
| Octal | 301 | 256 | 246 | 0 | 12 | 16 | 30 | 22 | 22 | 106 |
| Binary | 11000001 | 10101110 | 10100110 | 0 | 1010 | 1110 | 11000 | 10010 | 10010 | 1000110 |
Color Harmonies of #C1AEA6
Complementary color
Monochromatic Colors of #C1AEA6
Black with #C1AEA6
Text Example
Text Example
White with #C1AEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEA6; }
p { color: rgb(193,174,166); }
H1.HeaderClassName
{
color: #C1AEA6;
}
.AnyTagClassName
{
color: #C1AEA6;
}
</style>
background-color css
<style>
a { background-color: #C1AEA6; }
a { background-color: rgb(193,174,166); }
div.DivClassName
{
background-color: #C1AEA6;
}
.BgClassName
{
background-color: #C1AEA6;
}
</style>
border-color css
<style>
span { border-color: #C1AEA6; }
span { border-color: rgb(193,174,166); }
td.TdClassName
{
border-color: #C1AEA6;
}
.TagClassName
{
border-color: #C1AEA6;
}
</style>