Shades of Martini #C0A59D
Tints of Martini #C0A59D
RGB
CMYK
RGB Variations
Color information
#C0A59D (or 0xC0A59D) is known color: Martini. HEX triplet: C0, A5 and 9D. RGB value is (192,165,157). Sum of RGB (Red+Green+Blue) = 192+165+157=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 165 (64.84% from 255 or 32.10% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A59D is #3F5A62. Grayscale: #ACACAC. Windows color (decimal): -4151907 or 10331584. OLE color: 10331584.
HSL color Cylindrical-coordinate representation of color #C0A59D: hue angle of 13.71º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A59D is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 157 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.25 |
| HSL | 13.71º | 0.22% | 0.68% | - |
| HSV(B) | 13.71º | 0.18% | 0.75% | - |
| XYZ | 41.28 | 40.55 | 37.55 | - |
| YUV | 172.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 157 | 0 | 0.14 | 0.18 | 0.25 | 13.71 | 0.22 | 0.68 |
| Hex | C0 | A5 | 9D | 0 | E | 12 | 19 | E | 16 | 44 |
| Octal | 300 | 245 | 235 | 0 | 16 | 22 | 31 | 16 | 26 | 104 |
| Binary | 11000000 | 10100101 | 10011101 | 0 | 1110 | 10010 | 11001 | 1110 | 10110 | 1000100 |
Color Harmonies of #C0A59D
Complementary color
Monochromatic Colors of #C0A59D
Black with #C0A59D
Text Example
Text Example
White with #C0A59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A59D; }
p { color: rgb(192,165,157); }
H1.HeaderClassName
{
color: #C0A59D;
}
.AnyTagClassName
{
color: #C0A59D;
}
</style>
background-color css
<style>
a { background-color: #C0A59D; }
a { background-color: rgb(192,165,157); }
div.DivClassName
{
background-color: #C0A59D;
}
.BgClassName
{
background-color: #C0A59D;
}
</style>
border-color css
<style>
span { border-color: #C0A59D; }
span { border-color: rgb(192,165,157); }
td.TdClassName
{
border-color: #C0A59D;
}
.TagClassName
{
border-color: #C0A59D;
}
</style>