Shades of Martini #C3AAA5
Tints of Martini #C3AAA5
RGB
CMYK
RGB Variations
Color information
#C3AAA5 (or 0xC3AAA5) is known color: Martini. HEX triplet: C3, AA and A5. RGB value is (195,170,165). Sum of RGB (Red+Green+Blue) = 195+170+165=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA5 is #3C555A. Grayscale: #B0B0B0. Windows color (decimal): -3954011 or 10857155. OLE color: 10857155.
HSL color Cylindrical-coordinate representation of color #C3AAA5: hue angle of 10º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3AAA5 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 165 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.24 |
| HSL | 10º | 0.2% | 0.71% | - |
| HSV(B) | 10º | 0.15% | 0.76% | - |
| XYZ | 43.67 | 43.07 | 41.61 | - |
| YUV | 176.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 165 | 0 | 0.13 | 0.15 | 0.24 | 10 | 0.2 | 0.71 |
| Hex | C3 | AA | A5 | 0 | D | F | 18 | A | 14 | 47 |
| Octal | 303 | 252 | 245 | 0 | 15 | 17 | 30 | 12 | 24 | 107 |
| Binary | 11000011 | 10101010 | 10100101 | 0 | 1101 | 1111 | 11000 | 1010 | 10100 | 1000111 |
Color Harmonies of #C3AAA5
Complementary color
Monochromatic Colors of #C3AAA5
Black with #C3AAA5
Text Example
Text Example
White with #C3AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAA5; }
p { color: rgb(195,170,165); }
H1.HeaderClassName
{
color: #C3AAA5;
}
.AnyTagClassName
{
color: #C3AAA5;
}
</style>
background-color css
<style>
a { background-color: #C3AAA5; }
a { background-color: rgb(195,170,165); }
div.DivClassName
{
background-color: #C3AAA5;
}
.BgClassName
{
background-color: #C3AAA5;
}
</style>
border-color css
<style>
span { border-color: #C3AAA5; }
span { border-color: rgb(195,170,165); }
td.TdClassName
{
border-color: #C3AAA5;
}
.TagClassName
{
border-color: #C3AAA5;
}
</style>