Shades of Martini #C0AAA0
Tints of Martini #C0AAA0
RGB
CMYK
RGB Variations
Color information
#C0AAA0 (or 0xC0AAA0) is known color: Martini. HEX triplet: C0, AA and A0. RGB value is (192,170,160). Sum of RGB (Red+Green+Blue) = 192+170+160=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA0 is #3F555F. Grayscale: #AFAFAF. Windows color (decimal): -4150624 or 10529472. OLE color: 10529472.
HSL color Cylindrical-coordinate representation of color #C0AAA0: hue angle of 18.75º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0AAA0 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 170 | 160 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.25 |
| HSL | 18.75º | 0.2% | 0.69% | - |
| HSV(B) | 18.75º | 0.17% | 0.75% | - |
| XYZ | 42.46 | 42.49 | 39.22 | - |
| YUV | 175.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 170 | 160 | 0 | 0.11 | 0.17 | 0.25 | 18.75 | 0.2 | 0.69 |
| Hex | C0 | AA | A0 | 0 | B | 11 | 19 | 13 | 14 | 45 |
| Octal | 300 | 252 | 240 | 0 | 13 | 21 | 31 | 23 | 24 | 105 |
| Binary | 11000000 | 10101010 | 10100000 | 0 | 1011 | 10001 | 11001 | 10011 | 10100 | 1000101 |
Color Harmonies of #C0AAA0
Complementary color
Monochromatic Colors of #C0AAA0
Black with #C0AAA0
Text Example
Text Example
White with #C0AAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AAA0; }
p { color: rgb(192,170,160); }
H1.HeaderClassName
{
color: #C0AAA0;
}
.AnyTagClassName
{
color: #C0AAA0;
}
</style>
background-color css
<style>
a { background-color: #C0AAA0; }
a { background-color: rgb(192,170,160); }
div.DivClassName
{
background-color: #C0AAA0;
}
.BgClassName
{
background-color: #C0AAA0;
}
</style>
border-color css
<style>
span { border-color: #C0AAA0; }
span { border-color: rgb(192,170,160); }
td.TdClassName
{
border-color: #C0AAA0;
}
.TagClassName
{
border-color: #C0AAA0;
}
</style>