Shades of Martini #C3AA9E
Tints of Martini #C3AA9E
RGB
CMYK
RGB Variations
Color information
#C3AA9E (or 0xC3AA9E) is known color: Martini. HEX triplet: C3, AA and 9E. RGB value is (195,170,158). Sum of RGB (Red+Green+Blue) = 195+170+158=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AA9E is #3C5561. Grayscale: #B0B0B0. Windows color (decimal): -3954018 or 10398403. OLE color: 10398403.
HSL color Cylindrical-coordinate representation of color #C3AA9E: hue angle of 19.46º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3AA9E is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 158 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.24 |
| HSL | 19.46º | 0.24% | 0.69% | - |
| HSV(B) | 19.46º | 0.19% | 0.76% | - |
| XYZ | 43.05 | 42.82 | 38.34 | - |
| YUV | 176.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 158 | 0 | 0.13 | 0.19 | 0.24 | 19.46 | 0.24 | 0.69 |
| Hex | C3 | AA | 9E | 0 | D | 13 | 18 | 13 | 18 | 45 |
| Octal | 303 | 252 | 236 | 0 | 15 | 23 | 30 | 23 | 30 | 105 |
| Binary | 11000011 | 10101010 | 10011110 | 0 | 1101 | 10011 | 11000 | 10011 | 11000 | 1000101 |
Color Harmonies of #C3AA9E
Complementary color
Monochromatic Colors of #C3AA9E
Black with #C3AA9E
Text Example
Text Example
White with #C3AA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA9E; }
p { color: rgb(195,170,158); }
H1.HeaderClassName
{
color: #C3AA9E;
}
.AnyTagClassName
{
color: #C3AA9E;
}
</style>
background-color css
<style>
a { background-color: #C3AA9E; }
a { background-color: rgb(195,170,158); }
div.DivClassName
{
background-color: #C3AA9E;
}
.BgClassName
{
background-color: #C3AA9E;
}
</style>
border-color css
<style>
span { border-color: #C3AA9E; }
span { border-color: rgb(195,170,158); }
td.TdClassName
{
border-color: #C3AA9E;
}
.TagClassName
{
border-color: #C3AA9E;
}
</style>