Shades of Martini #C0A496
Tints of Martini #C0A496
RGB
CMYK
RGB Variations
Color information
#C0A496 (or 0xC0A496) is known color: Martini. HEX triplet: C0, A4 and 96. RGB value is (192,164,150). Sum of RGB (Red+Green+Blue) = 192+164+150=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A496 is #3F5B69. Grayscale: #AAAAAA. Windows color (decimal): -4152170 or 9872576. OLE color: 9872576.
HSL color Cylindrical-coordinate representation of color #C0A496: hue angle of 20º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0A496 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 150 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.25 |
| HSL | 20º | 0.25% | 0.67% | - |
| HSV(B) | 20º | 0.22% | 0.75% | - |
| XYZ | 40.52 | 39.96 | 34.43 | - |
| YUV | 170.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 150 | 0 | 0.15 | 0.22 | 0.25 | 20 | 0.25 | 0.67 |
| Hex | C0 | A4 | 96 | 0 | F | 16 | 19 | 14 | 19 | 43 |
| Octal | 300 | 244 | 226 | 0 | 17 | 26 | 31 | 24 | 31 | 103 |
| Binary | 11000000 | 10100100 | 10010110 | 0 | 1111 | 10110 | 11001 | 10100 | 11001 | 1000011 |
Color Harmonies of #C0A496
Complementary color
Monochromatic Colors of #C0A496
Black with #C0A496
Text Example
Text Example
White with #C0A496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A496; }
p { color: rgb(192,164,150); }
H1.HeaderClassName
{
color: #C0A496;
}
.AnyTagClassName
{
color: #C0A496;
}
</style>
background-color css
<style>
a { background-color: #C0A496; }
a { background-color: rgb(192,164,150); }
div.DivClassName
{
background-color: #C0A496;
}
.BgClassName
{
background-color: #C0A496;
}
</style>
border-color css
<style>
span { border-color: #C0A496; }
span { border-color: rgb(192,164,150); }
td.TdClassName
{
border-color: #C0A496;
}
.TagClassName
{
border-color: #C0A496;
}
</style>