Shades of Martini #C0A69C
Tints of Martini #C0A69C
RGB
CMYK
RGB Variations
Color information
#C0A69C (or 0xC0A69C) is known color: Martini. HEX triplet: C0, A6 and 9C. RGB value is (192,166,156). Sum of RGB (Red+Green+Blue) = 192+166+156=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 166 (65.23% from 255 or 32.30% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A69C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A69C is #3F5963. Grayscale: #ACACAC. Windows color (decimal): -4151652 or 10266304. OLE color: 10266304.
HSL color Cylindrical-coordinate representation of color #C0A69C: hue angle of 16.67º degrees, saturation: 0.22, 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 #C0A69C is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 156 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.25 |
| HSL | 16.67º | 0.22% | 0.68% | - |
| HSV(B) | 16.67º | 0.19% | 0.75% | - |
| XYZ | 41.38 | 40.88 | 37.16 | - |
| YUV | 172.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 156 | 0 | 0.14 | 0.19 | 0.25 | 16.67 | 0.22 | 0.68 |
| Hex | C0 | A6 | 9C | 0 | E | 13 | 19 | 11 | 16 | 44 |
| Octal | 300 | 246 | 234 | 0 | 16 | 23 | 31 | 21 | 26 | 104 |
| Binary | 11000000 | 10100110 | 10011100 | 0 | 1110 | 10011 | 11001 | 10001 | 10110 | 1000100 |
Color Harmonies of #C0A69C
Complementary color
Monochromatic Colors of #C0A69C
Black with #C0A69C
Text Example
Text Example
White with #C0A69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A69C; }
p { color: rgb(192,166,156); }
H1.HeaderClassName
{
color: #C0A69C;
}
.AnyTagClassName
{
color: #C0A69C;
}
</style>
background-color css
<style>
a { background-color: #C0A69C; }
a { background-color: rgb(192,166,156); }
div.DivClassName
{
background-color: #C0A69C;
}
.BgClassName
{
background-color: #C0A69C;
}
</style>
border-color css
<style>
span { border-color: #C0A69C; }
span { border-color: rgb(192,166,156); }
td.TdClassName
{
border-color: #C0A69C;
}
.TagClassName
{
border-color: #C0A69C;
}
</style>