Shades of Martini #C1AAA4
Tints of Martini #C1AAA4
RGB
CMYK
RGB Variations
Color information
#C1AAA4 (or 0xC1AAA4) is known color: Martini. HEX triplet: C1, AA and A4. RGB value is (193,170,164). Sum of RGB (Red+Green+Blue) = 193+170+164=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA4 is #3E555B. Grayscale: #B0B0B0. Windows color (decimal): -4085084 or 10791617. OLE color: 10791617.
HSL color Cylindrical-coordinate representation of color #C1AAA4: hue angle of 12.41º degrees, saturation: 0.19, 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 #C1AAA4 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 164 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.24 |
| HSL | 12.41º | 0.19% | 0.7% | - |
| HSV(B) | 12.41º | 0.15% | 0.76% | - |
| XYZ | 43.07 | 42.77 | 41.11 | - |
| YUV | 176.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 164 | 0 | 0.12 | 0.15 | 0.24 | 12.41 | 0.19 | 0.7 |
| Hex | C1 | AA | A4 | 0 | C | F | 18 | C | 13 | 46 |
| Octal | 301 | 252 | 244 | 0 | 14 | 17 | 30 | 14 | 23 | 106 |
| Binary | 11000001 | 10101010 | 10100100 | 0 | 1100 | 1111 | 11000 | 1100 | 10011 | 1000110 |
Color Harmonies of #C1AAA4
Complementary color
Monochromatic Colors of #C1AAA4
Black with #C1AAA4
Text Example
Text Example
White with #C1AAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAA4; }
p { color: rgb(193,170,164); }
H1.HeaderClassName
{
color: #C1AAA4;
}
.AnyTagClassName
{
color: #C1AAA4;
}
</style>
background-color css
<style>
a { background-color: #C1AAA4; }
a { background-color: rgb(193,170,164); }
div.DivClassName
{
background-color: #C1AAA4;
}
.BgClassName
{
background-color: #C1AAA4;
}
</style>
border-color css
<style>
span { border-color: #C1AAA4; }
span { border-color: rgb(193,170,164); }
td.TdClassName
{
border-color: #C1AAA4;
}
.TagClassName
{
border-color: #C1AAA4;
}
</style>