Shades of Martini #C0A599
Tints of Martini #C0A599
RGB
CMYK
RGB Variations
Color information
#C0A599 (or 0xC0A599) is known color: Martini. HEX triplet: C0, A5 and 99. RGB value is (192,165,153). Sum of RGB (Red+Green+Blue) = 192+165+153=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A599 is #3F5A66. Grayscale: #ABABAB. Windows color (decimal): -4151911 or 10069440. OLE color: 10069440.
HSL color Cylindrical-coordinate representation of color #C0A599: hue angle of 18.46º degrees, saturation: 0.24, 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 #C0A599 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 153 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.25 |
| HSL | 18.46º | 0.24% | 0.68% | - |
| HSV(B) | 18.46º | 0.2% | 0.75% | - |
| XYZ | 40.94 | 40.42 | 35.78 | - |
| YUV | 171.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 153 | 0 | 0.14 | 0.20 | 0.25 | 18.46 | 0.24 | 0.68 |
| Hex | C0 | A5 | 99 | 0 | E | 14 | 19 | 12 | 18 | 44 |
| Octal | 300 | 245 | 231 | 0 | 16 | 24 | 31 | 22 | 30 | 104 |
| Binary | 11000000 | 10100101 | 10011001 | 0 | 1110 | 10100 | 11001 | 10010 | 11000 | 1000100 |
Color Harmonies of #C0A599
Complementary color
Monochromatic Colors of #C0A599
Black with #C0A599
Text Example
Text Example
White with #C0A599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A599; }
p { color: rgb(192,165,153); }
H1.HeaderClassName
{
color: #C0A599;
}
.AnyTagClassName
{
color: #C0A599;
}
</style>
background-color css
<style>
a { background-color: #C0A599; }
a { background-color: rgb(192,165,153); }
div.DivClassName
{
background-color: #C0A599;
}
.BgClassName
{
background-color: #C0A599;
}
</style>
border-color css
<style>
span { border-color: #C0A599; }
span { border-color: rgb(192,165,153); }
td.TdClassName
{
border-color: #C0A599;
}
.TagClassName
{
border-color: #C0A599;
}
</style>