Shades of Martini #C0ABA5
Tints of Martini #C0ABA5
RGB
CMYK
RGB Variations
Color information
#C0ABA5 (or 0xC0ABA5) is known color: Martini. HEX triplet: C0, AB and A5. RGB value is (192,171,165). Sum of RGB (Red+Green+Blue) = 192+171+165=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA5 is #3F545A. Grayscale: #B0B0B0. Windows color (decimal): -4150363 or 10857408. OLE color: 10857408.
HSL color Cylindrical-coordinate representation of color #C0ABA5: hue angle of 13.33º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0ABA5 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 171 | 165 | - |
CMYK | 0 | 0.11 | 0.14 | 0.25 |
HSL | 13.33º | 0.18% | 0.7% | - |
HSV(B) | 13.33º | 0.14% | 0.75% | - |
XYZ | 43.09 | 43.05 | 41.64 | - |
YUV | 176.6 | 121.46 | 138.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 171 | 165 | 0 | 0.11 | 0.14 | 0.25 | 13.33 | 0.18 | 0.7 |
Hex | C0 | AB | A5 | 0 | B | E | 19 | D | 12 | 46 |
Octal | 300 | 253 | 245 | 0 | 13 | 16 | 31 | 15 | 22 | 106 |
Binary | 11000000 | 10101011 | 10100101 | 0 | 1011 | 1110 | 11001 | 1101 | 10010 | 1000110 |
Color Harmonies of #C0ABA5
Complementary color
Monochromatic Colors of #C0ABA5
Black with #C0ABA5
Text Example
Text Example
White with #C0ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABA5; }
p { color: rgb(192,171,165); }
H1.HeaderClassName
{
color: #C0ABA5;
}
.AnyTagClassName
{
color: #C0ABA5;
}
</style>
background-color css
<style>
a { background-color: #C0ABA5; }
a { background-color: rgb(192,171,165); }
div.DivClassName
{
background-color: #C0ABA5;
}
.BgClassName
{
background-color: #C0ABA5;
}
</style>
border-color css
<style>
span { border-color: #C0ABA5; }
span { border-color: rgb(192,171,165); }
td.TdClassName
{
border-color: #C0ABA5;
}
.TagClassName
{
border-color: #C0ABA5;
}
</style>