Shades of Martini #C1AAA5
Tints of Martini #C1AAA5
RGB
CMYK
RGB Variations
Color information
#C1AAA5 (or 0xC1AAA5) is known color: Martini. HEX triplet: C1, AA and A5. RGB value is (193,170,165). Sum of RGB (Red+Green+Blue) = 193+170+165=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA5 is #3E555A. Grayscale: #B0B0B0. Windows color (decimal): -4085083 or 10857153. OLE color: 10857153.
HSL color Cylindrical-coordinate representation of color #C1AAA5: hue angle of 10.71º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1AAA5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 165 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.24 |
| HSL | 10.71º | 0.18% | 0.7% | - |
| HSV(B) | 10.71º | 0.15% | 0.76% | - |
| XYZ | 43.16 | 42.8 | 41.58 | - |
| YUV | 176.31 | 121.62 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 165 | 0 | 0.12 | 0.15 | 0.24 | 10.71 | 0.18 | 0.7 |
| Hex | C1 | AA | A5 | 0 | C | F | 18 | B | 12 | 46 |
| Octal | 301 | 252 | 245 | 0 | 14 | 17 | 30 | 13 | 22 | 106 |
| Binary | 11000001 | 10101010 | 10100101 | 0 | 1100 | 1111 | 11000 | 1011 | 10010 | 1000110 |
Color Harmonies of #C1AAA5
Complementary color
Monochromatic Colors of #C1AAA5
Black with #C1AAA5
Text Example
Text Example
White with #C1AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAA5; }
p { color: rgb(193,170,165); }
H1.HeaderClassName
{
color: #C1AAA5;
}
.AnyTagClassName
{
color: #C1AAA5;
}
</style>
background-color css
<style>
a { background-color: #C1AAA5; }
a { background-color: rgb(193,170,165); }
div.DivClassName
{
background-color: #C1AAA5;
}
.BgClassName
{
background-color: #C1AAA5;
}
</style>
border-color css
<style>
span { border-color: #C1AAA5; }
span { border-color: rgb(193,170,165); }
td.TdClassName
{
border-color: #C1AAA5;
}
.TagClassName
{
border-color: #C1AAA5;
}
</style>