Shades of Martini #C3AAA2
Tints of Martini #C3AAA2
RGB
CMYK
RGB Variations
Color information
#C3AAA2 (or 0xC3AAA2) is known color: Martini. HEX triplet: C3, AA and A2. RGB value is (195,170,162). Sum of RGB (Red+Green+Blue) = 195+170+162=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AAA2 is #3C555D. Grayscale: #B0B0B0. Windows color (decimal): -3954014 or 10660547. OLE color: 10660547.
HSL color Cylindrical-coordinate representation of color #C3AAA2: hue angle of 14.55º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3AAA2 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 162 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.24 |
| HSL | 14.55º | 0.22% | 0.7% | - |
| HSV(B) | 14.55º | 0.17% | 0.76% | - |
| XYZ | 43.4 | 42.96 | 40.19 | - |
| YUV | 176.56 | 119.78 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 162 | 0 | 0.13 | 0.17 | 0.24 | 14.55 | 0.22 | 0.7 |
| Hex | C3 | AA | A2 | 0 | D | 11 | 18 | F | 16 | 46 |
| Octal | 303 | 252 | 242 | 0 | 15 | 21 | 30 | 17 | 26 | 106 |
| Binary | 11000011 | 10101010 | 10100010 | 0 | 1101 | 10001 | 11000 | 1111 | 10110 | 1000110 |
Color Harmonies of #C3AAA2
Complementary color
Monochromatic Colors of #C3AAA2
Black with #C3AAA2
Text Example
Text Example
White with #C3AAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AAA2; }
p { color: rgb(195,170,162); }
H1.HeaderClassName
{
color: #C3AAA2;
}
.AnyTagClassName
{
color: #C3AAA2;
}
</style>
background-color css
<style>
a { background-color: #C3AAA2; }
a { background-color: rgb(195,170,162); }
div.DivClassName
{
background-color: #C3AAA2;
}
.BgClassName
{
background-color: #C3AAA2;
}
</style>
border-color css
<style>
span { border-color: #C3AAA2; }
span { border-color: rgb(195,170,162); }
td.TdClassName
{
border-color: #C3AAA2;
}
.TagClassName
{
border-color: #C3AAA2;
}
</style>