Shades of Martini #C1AFAA
Tints of Martini #C1AFAA
RGB
CMYK
RGB Variations
Color information
#C1AFAA (or 0xC1AFAA) is known color: Martini. HEX triplet: C1, AF and AA. RGB value is (193,175,170). Sum of RGB (Red+Green+Blue) = 193+175+170=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAA is #3E5055. Grayscale: #B3B3B3. Windows color (decimal): -4083798 or 11186113. OLE color: 11186113.
HSL color Cylindrical-coordinate representation of color #C1AFAA: hue angle of 13.04º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1AFAA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 170 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.24 |
| HSL | 13.04º | 0.16% | 0.71% | - |
| HSV(B) | 13.04º | 0.12% | 0.76% | - |
| XYZ | 44.58 | 44.9 | 44.35 | - |
| YUV | 179.81 | 122.46 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 170 | 0 | 0.09 | 0.12 | 0.24 | 13.04 | 0.16 | 0.71 |
| Hex | C1 | AF | AA | 0 | 9 | C | 18 | D | 10 | 47 |
| Octal | 301 | 257 | 252 | 0 | 11 | 14 | 30 | 15 | 20 | 107 |
| Binary | 11000001 | 10101111 | 10101010 | 0 | 1001 | 1100 | 11000 | 1101 | 10000 | 1000111 |
Color Harmonies of #C1AFAA
Complementary color
Monochromatic Colors of #C1AFAA
Black with #C1AFAA
Text Example
Text Example
White with #C1AFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFAA; }
p { color: rgb(193,175,170); }
H1.HeaderClassName
{
color: #C1AFAA;
}
.AnyTagClassName
{
color: #C1AFAA;
}
</style>
background-color css
<style>
a { background-color: #C1AFAA; }
a { background-color: rgb(193,175,170); }
div.DivClassName
{
background-color: #C1AFAA;
}
.BgClassName
{
background-color: #C1AFAA;
}
</style>
border-color css
<style>
span { border-color: #C1AFAA; }
span { border-color: rgb(193,175,170); }
td.TdClassName
{
border-color: #C1AFAA;
}
.TagClassName
{
border-color: #C1AFAA;
}
</style>