Shades of Martini #C3AAA0
Tints of Martini #C3AAA0
RGB
CMYK
RGB Variations
Color information
#C3AAA0 (or 0xC3AAA0) is known color: Martini. HEX triplet: C3, AA and A0. RGB value is (195,170,160). Sum of RGB (Red+Green+Blue) = 195+170+160=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA0 is #3C555F. Grayscale: #B0B0B0. Windows color (decimal): -3954016 or 10529475. OLE color: 10529475.
HSL color Cylindrical-coordinate representation of color #C3AAA0: hue angle of 17.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3AAA0 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 160 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.24 |
| HSL | 17.14º | 0.23% | 0.7% | - |
| HSV(B) | 17.14º | 0.18% | 0.76% | - |
| XYZ | 43.23 | 42.89 | 39.26 | - |
| YUV | 176.34 | 118.78 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 160 | 0 | 0.13 | 0.18 | 0.24 | 17.14 | 0.23 | 0.7 |
| Hex | C3 | AA | A0 | 0 | D | 12 | 18 | 11 | 17 | 46 |
| Octal | 303 | 252 | 240 | 0 | 15 | 22 | 30 | 21 | 27 | 106 |
| Binary | 11000011 | 10101010 | 10100000 | 0 | 1101 | 10010 | 11000 | 10001 | 10111 | 1000110 |
Color Harmonies of #C3AAA0
Complementary color
Monochromatic Colors of #C3AAA0
Black with #C3AAA0
Text Example
Text Example
White with #C3AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAA0; }
p { color: rgb(195,170,160); }
H1.HeaderClassName
{
color: #C3AAA0;
}
.AnyTagClassName
{
color: #C3AAA0;
}
</style>
background-color css
<style>
a { background-color: #C3AAA0; }
a { background-color: rgb(195,170,160); }
div.DivClassName
{
background-color: #C3AAA0;
}
.BgClassName
{
background-color: #C3AAA0;
}
</style>
border-color css
<style>
span { border-color: #C3AAA0; }
span { border-color: rgb(195,170,160); }
td.TdClassName
{
border-color: #C3AAA0;
}
.TagClassName
{
border-color: #C3AAA0;
}
</style>