Shades of Martini #C3AAA3
Tints of Martini #C3AAA3
RGB
CMYK
RGB Variations
Color information
#C3AAA3 (or 0xC3AAA3) is known color: Martini. HEX triplet: C3, AA and A3. RGB value is (195,170,163). Sum of RGB (Red+Green+Blue) = 195+170+163=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 163 (64.06% from 255 or 30.87% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA3 is #3C555C. Grayscale: #B0B0B0. Windows color (decimal): -3954013 or 10726083. OLE color: 10726083.
HSL color Cylindrical-coordinate representation of color #C3AAA3: hue angle of 13.12º degrees, saturation: 0.21, 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 #C3AAA3 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 163 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.24 |
| HSL | 13.13º | 0.21% | 0.7% | - |
| HSV(B) | 13.13º | 0.16% | 0.76% | - |
| XYZ | 43.49 | 43 | 40.66 | - |
| YUV | 176.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 163 | 0 | 0.13 | 0.16 | 0.24 | 13.13 | 0.21 | 0.7 |
| Hex | C3 | AA | A3 | 0 | D | 10 | 18 | D | 15 | 46 |
| Octal | 303 | 252 | 243 | 0 | 15 | 20 | 30 | 15 | 25 | 106 |
| Binary | 11000011 | 10101010 | 10100011 | 0 | 1101 | 10000 | 11000 | 1101 | 10101 | 1000110 |
Color Harmonies of #C3AAA3
Complementary color
Monochromatic Colors of #C3AAA3
Black with #C3AAA3
Text Example
Text Example
White with #C3AAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAA3; }
p { color: rgb(195,170,163); }
H1.HeaderClassName
{
color: #C3AAA3;
}
.AnyTagClassName
{
color: #C3AAA3;
}
</style>
background-color css
<style>
a { background-color: #C3AAA3; }
a { background-color: rgb(195,170,163); }
div.DivClassName
{
background-color: #C3AAA3;
}
.BgClassName
{
background-color: #C3AAA3;
}
</style>
border-color css
<style>
span { border-color: #C3AAA3; }
span { border-color: rgb(195,170,163); }
td.TdClassName
{
border-color: #C3AAA3;
}
.TagClassName
{
border-color: #C3AAA3;
}
</style>