Shades of Martini #C1ACA8
Tints of Martini #C1ACA8
RGB
CMYK
RGB Variations
Color information
#C1ACA8 (or 0xC1ACA8) is known color: Martini. HEX triplet: C1, AC and A8. RGB value is (193,172,168). Sum of RGB (Red+Green+Blue) = 193+172+168=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ACA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ACA8 is #3E5357. Grayscale: #B1B1B1. Windows color (decimal): -4084568 or 11054273. OLE color: 11054273.
HSL color Cylindrical-coordinate representation of color #C1ACA8: hue angle of 9.6º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C1ACA8 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 172 | 168 | - |
| CMYK | 0 | 0.11 | 0.13 | 0.24 |
| HSL | 9.6º | 0.17% | 0.71% | - |
| HSV(B) | 9.6º | 0.13% | 0.76% | - |
| XYZ | 43.81 | 43.67 | 43.17 | - |
| YUV | 177.82 | 122.46 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 168 | 0 | 0.11 | 0.13 | 0.24 | 9.6 | 0.17 | 0.71 |
| Hex | C1 | AC | A8 | 0 | B | D | 18 | A | 11 | 47 |
| Octal | 301 | 254 | 250 | 0 | 13 | 15 | 30 | 12 | 21 | 107 |
| Binary | 11000001 | 10101100 | 10101000 | 0 | 1011 | 1101 | 11000 | 1010 | 10001 | 1000111 |
Color Harmonies of #C1ACA8
Complementary color
Monochromatic Colors of #C1ACA8
Black with #C1ACA8
Text Example
Text Example
White with #C1ACA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACA8; }
p { color: rgb(193,172,168); }
H1.HeaderClassName
{
color: #C1ACA8;
}
.AnyTagClassName
{
color: #C1ACA8;
}
</style>
background-color css
<style>
a { background-color: #C1ACA8; }
a { background-color: rgb(193,172,168); }
div.DivClassName
{
background-color: #C1ACA8;
}
.BgClassName
{
background-color: #C1ACA8;
}
</style>
border-color css
<style>
span { border-color: #C1ACA8; }
span { border-color: rgb(193,172,168); }
td.TdClassName
{
border-color: #C1ACA8;
}
.TagClassName
{
border-color: #C1ACA8;
}
</style>