Shades of Martini #C1A8A0
Tints of Martini #C1A8A0
RGB
CMYK
RGB Variations
Color information
#C1A8A0 (or 0xC1A8A0) is known color: Martini. HEX triplet: C1, A8 and A0. RGB value is (193,168,160). Sum of RGB (Red+Green+Blue) = 193+168+160=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A8A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A8A0 is #3E575F. Grayscale: #AEAEAE. Windows color (decimal): -4085600 or 10528961. OLE color: 10528961.
HSL color Cylindrical-coordinate representation of color #C1A8A0: hue angle of 14.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1A8A0 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 160 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.24 |
| HSL | 14.55º | 0.21% | 0.69% | - |
| HSV(B) | 14.55º | 0.17% | 0.76% | - |
| XYZ | 42.34 | 41.88 | 39.11 | - |
| YUV | 174.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 160 | 0 | 0.13 | 0.17 | 0.24 | 14.55 | 0.21 | 0.69 |
| Hex | C1 | A8 | A0 | 0 | D | 11 | 18 | F | 15 | 45 |
| Octal | 301 | 250 | 240 | 0 | 15 | 21 | 30 | 17 | 25 | 105 |
| Binary | 11000001 | 10101000 | 10100000 | 0 | 1101 | 10001 | 11000 | 1111 | 10101 | 1000101 |
Color Harmonies of #C1A8A0
Complementary color
Monochromatic Colors of #C1A8A0
Black with #C1A8A0
Text Example
Text Example
White with #C1A8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A8A0; }
p { color: rgb(193,168,160); }
H1.HeaderClassName
{
color: #C1A8A0;
}
.AnyTagClassName
{
color: #C1A8A0;
}
</style>
background-color css
<style>
a { background-color: #C1A8A0; }
a { background-color: rgb(193,168,160); }
div.DivClassName
{
background-color: #C1A8A0;
}
.BgClassName
{
background-color: #C1A8A0;
}
</style>
border-color css
<style>
span { border-color: #C1A8A0; }
span { border-color: rgb(193,168,160); }
td.TdClassName
{
border-color: #C1A8A0;
}
.TagClassName
{
border-color: #C1A8A0;
}
</style>