Shades of Martini #C0A99E
Tints of Martini #C0A99E
RGB
CMYK
RGB Variations
Color information
#C0A99E (or 0xC0A99E) is known color: Martini. HEX triplet: C0, A9 and 9E. RGB value is (192,169,158). Sum of RGB (Red+Green+Blue) = 192+169+158=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 158 (62.11% from 255 or 30.44% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A99E is #3F5661. Grayscale: #AEAEAE. Windows color (decimal): -4150882 or 10398144. OLE color: 10398144.
HSL color Cylindrical-coordinate representation of color #C0A99E: hue angle of 19.41º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0A99E is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 158 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.25 |
| HSL | 19.41º | 0.21% | 0.69% | - |
| HSV(B) | 19.41º | 0.18% | 0.75% | - |
| XYZ | 42.1 | 42.05 | 38.25 | - |
| YUV | 174.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 158 | 0 | 0.12 | 0.18 | 0.25 | 19.41 | 0.21 | 0.69 |
| Hex | C0 | A9 | 9E | 0 | C | 12 | 19 | 13 | 15 | 45 |
| Octal | 300 | 251 | 236 | 0 | 14 | 22 | 31 | 23 | 25 | 105 |
| Binary | 11000000 | 10101001 | 10011110 | 0 | 1100 | 10010 | 11001 | 10011 | 10101 | 1000101 |
Color Harmonies of #C0A99E
Complementary color
Monochromatic Colors of #C0A99E
Black with #C0A99E
Text Example
Text Example
White with #C0A99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A99E; }
p { color: rgb(192,169,158); }
H1.HeaderClassName
{
color: #C0A99E;
}
.AnyTagClassName
{
color: #C0A99E;
}
</style>
background-color css
<style>
a { background-color: #C0A99E; }
a { background-color: rgb(192,169,158); }
div.DivClassName
{
background-color: #C0A99E;
}
.BgClassName
{
background-color: #C0A99E;
}
</style>
border-color css
<style>
span { border-color: #C0A99E; }
span { border-color: rgb(192,169,158); }
td.TdClassName
{
border-color: #C0A99E;
}
.TagClassName
{
border-color: #C0A99E;
}
</style>