Shades of Martini #C1AA9F
Tints of Martini #C1AA9F
RGB
CMYK
RGB Variations
Color information
#C1AA9F (or 0xC1AA9F) is known color: Martini. HEX triplet: C1, AA and 9F. RGB value is (193,170,159). Sum of RGB (Red+Green+Blue) = 193+170+159=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AA9F is #3E5560. Grayscale: #AFAFAF. Windows color (decimal): -4085089 or 10463937. OLE color: 10463937.
HSL color Cylindrical-coordinate representation of color #C1AA9F: hue angle of 19.41º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1AA9F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 170 | 159 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.24 |
| HSL | 19.41º | 0.22% | 0.69% | - |
| HSV(B) | 19.41º | 0.18% | 0.76% | - |
| XYZ | 42.63 | 42.59 | 38.78 | - |
| YUV | 175.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 159 | 0 | 0.12 | 0.18 | 0.24 | 19.41 | 0.22 | 0.69 |
| Hex | C1 | AA | 9F | 0 | C | 12 | 18 | 13 | 16 | 45 |
| Octal | 301 | 252 | 237 | 0 | 14 | 22 | 30 | 23 | 26 | 105 |
| Binary | 11000001 | 10101010 | 10011111 | 0 | 1100 | 10010 | 11000 | 10011 | 10110 | 1000101 |
Color Harmonies of #C1AA9F
Complementary color
Monochromatic Colors of #C1AA9F
Black with #C1AA9F
Text Example
Text Example
White with #C1AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AA9F; }
p { color: rgb(193,170,159); }
H1.HeaderClassName
{
color: #C1AA9F;
}
.AnyTagClassName
{
color: #C1AA9F;
}
</style>
background-color css
<style>
a { background-color: #C1AA9F; }
a { background-color: rgb(193,170,159); }
div.DivClassName
{
background-color: #C1AA9F;
}
.BgClassName
{
background-color: #C1AA9F;
}
</style>
border-color css
<style>
span { border-color: #C1AA9F; }
span { border-color: rgb(193,170,159); }
td.TdClassName
{
border-color: #C1AA9F;
}
.TagClassName
{
border-color: #C1AA9F;
}
</style>