Shades of Martini #C0A49A
Tints of Martini #C0A49A
RGB
CMYK
RGB Variations
Color information
#C0A49A (or 0xC0A49A) is known color: Martini. HEX triplet: C0, A4 and 9A. RGB value is (192,164,154). Sum of RGB (Red+Green+Blue) = 192+164+154=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 164 (64.45% from 255 or 32.16% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A49A is #3F5B65. Grayscale: #ABABAB. Windows color (decimal): -4152166 or 10134720. OLE color: 10134720.
HSL color Cylindrical-coordinate representation of color #C0A49A: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0A49A is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 154 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.25 |
| HSL | 15.79º | 0.23% | 0.68% | - |
| HSV(B) | 15.79º | 0.2% | 0.75% | - |
| XYZ | 40.85 | 40.09 | 36.16 | - |
| YUV | 171.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 154 | 0 | 0.15 | 0.20 | 0.25 | 15.79 | 0.23 | 0.68 |
| Hex | C0 | A4 | 9A | 0 | F | 14 | 19 | 10 | 17 | 44 |
| Octal | 300 | 244 | 232 | 0 | 17 | 24 | 31 | 20 | 27 | 104 |
| Binary | 11000000 | 10100100 | 10011010 | 0 | 1111 | 10100 | 11001 | 10000 | 10111 | 1000100 |
Color Harmonies of #C0A49A
Complementary color
Monochromatic Colors of #C0A49A
Black with #C0A49A
Text Example
Text Example
White with #C0A49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A49A; }
p { color: rgb(192,164,154); }
H1.HeaderClassName
{
color: #C0A49A;
}
.AnyTagClassName
{
color: #C0A49A;
}
</style>
background-color css
<style>
a { background-color: #C0A49A; }
a { background-color: rgb(192,164,154); }
div.DivClassName
{
background-color: #C0A49A;
}
.BgClassName
{
background-color: #C0A49A;
}
</style>
border-color css
<style>
span { border-color: #C0A49A; }
span { border-color: rgb(192,164,154); }
td.TdClassName
{
border-color: #C0A49A;
}
.TagClassName
{
border-color: #C0A49A;
}
</style>