Shades of Martini #C0A39B
Tints of Martini #C0A39B
RGB
CMYK
RGB Variations
Color information
#C0A39B (or 0xC0A39B) is known color: Martini. HEX triplet: C0, A3 and 9B. RGB value is (192,163,155). Sum of RGB (Red+Green+Blue) = 192+163+155=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A39B is #3F5C64. Grayscale: #AAAAAA. Windows color (decimal): -4152421 or 10200000. OLE color: 10200000.
HSL color Cylindrical-coordinate representation of color #C0A39B: hue angle of 12.97º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0A39B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 155 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.25 |
| HSL | 12.97º | 0.23% | 0.68% | - |
| HSV(B) | 12.97º | 0.19% | 0.75% | - |
| XYZ | 40.75 | 39.77 | 36.54 | - |
| YUV | 170.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 155 | 0 | 0.15 | 0.19 | 0.25 | 12.97 | 0.23 | 0.68 |
| Hex | C0 | A3 | 9B | 0 | F | 13 | 19 | D | 17 | 44 |
| Octal | 300 | 243 | 233 | 0 | 17 | 23 | 31 | 15 | 27 | 104 |
| Binary | 11000000 | 10100011 | 10011011 | 0 | 1111 | 10011 | 11001 | 1101 | 10111 | 1000100 |
Color Harmonies of #C0A39B
Complementary color
Monochromatic Colors of #C0A39B
Black with #C0A39B
Text Example
Text Example
White with #C0A39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A39B; }
p { color: rgb(192,163,155); }
H1.HeaderClassName
{
color: #C0A39B;
}
.AnyTagClassName
{
color: #C0A39B;
}
</style>
background-color css
<style>
a { background-color: #C0A39B; }
a { background-color: rgb(192,163,155); }
div.DivClassName
{
background-color: #C0A39B;
}
.BgClassName
{
background-color: #C0A39B;
}
</style>
border-color css
<style>
span { border-color: #C0A39B; }
span { border-color: rgb(192,163,155); }
td.TdClassName
{
border-color: #C0A39B;
}
.TagClassName
{
border-color: #C0A39B;
}
</style>