Shades of Martini #C1ACA3
Tints of Martini #C1ACA3
RGB
CMYK
RGB Variations
Color information
#C1ACA3 (or 0xC1ACA3) is known color: Martini. HEX triplet: C1, AC and A3. RGB value is (193,172,163). Sum of RGB (Red+Green+Blue) = 193+172+163=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACA3 is #3E535C. Grayscale: #B1B1B1. Windows color (decimal): -4084573 or 10726593. OLE color: 10726593.
HSL color Cylindrical-coordinate representation of color #C1ACA3: hue angle of 18º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1ACA3 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 163 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.24 |
| HSL | 18º | 0.19% | 0.7% | - |
| HSV(B) | 18º | 0.16% | 0.76% | - |
| XYZ | 43.36 | 43.49 | 40.76 | - |
| YUV | 177.25 | 119.96 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 163 | 0 | 0.11 | 0.16 | 0.24 | 18 | 0.19 | 0.7 |
| Hex | C1 | AC | A3 | 0 | B | 10 | 18 | 12 | 13 | 46 |
| Octal | 301 | 254 | 243 | 0 | 13 | 20 | 30 | 22 | 23 | 106 |
| Binary | 11000001 | 10101100 | 10100011 | 0 | 1011 | 10000 | 11000 | 10010 | 10011 | 1000110 |
Color Harmonies of #C1ACA3
Complementary color
Monochromatic Colors of #C1ACA3
Black with #C1ACA3
Text Example
Text Example
White with #C1ACA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACA3; }
p { color: rgb(193,172,163); }
H1.HeaderClassName
{
color: #C1ACA3;
}
.AnyTagClassName
{
color: #C1ACA3;
}
</style>
background-color css
<style>
a { background-color: #C1ACA3; }
a { background-color: rgb(193,172,163); }
div.DivClassName
{
background-color: #C1ACA3;
}
.BgClassName
{
background-color: #C1ACA3;
}
</style>
border-color css
<style>
span { border-color: #C1ACA3; }
span { border-color: rgb(193,172,163); }
td.TdClassName
{
border-color: #C1ACA3;
}
.TagClassName
{
border-color: #C1ACA3;
}
</style>