Shades of Martini #C0ABA4
Tints of Martini #C0ABA4
RGB
CMYK
RGB Variations
Color information
#C0ABA4 (or 0xC0ABA4) is known color: Martini. HEX triplet: C0, AB and A4. RGB value is (192,171,164). Sum of RGB (Red+Green+Blue) = 192+171+164=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ABA4 is #3F545B. Grayscale: #B0B0B0. Windows color (decimal): -4150364 or 10791872. OLE color: 10791872.
HSL color Cylindrical-coordinate representation of color #C0ABA4: hue angle of 15º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0ABA4 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 171 | 164 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.25 |
| HSL | 15º | 0.18% | 0.7% | - |
| HSV(B) | 15º | 0.15% | 0.75% | - |
| XYZ | 43 | 43.01 | 41.16 | - |
| YUV | 176.48 | 120.96 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 164 | 0 | 0.11 | 0.15 | 0.25 | 15 | 0.18 | 0.7 |
| Hex | C0 | AB | A4 | 0 | B | F | 19 | F | 12 | 46 |
| Octal | 300 | 253 | 244 | 0 | 13 | 17 | 31 | 17 | 22 | 106 |
| Binary | 11000000 | 10101011 | 10100100 | 0 | 1011 | 1111 | 11001 | 1111 | 10010 | 1000110 |
Color Harmonies of #C0ABA4
Complementary color
Monochromatic Colors of #C0ABA4
Black with #C0ABA4
Text Example
Text Example
White with #C0ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABA4; }
p { color: rgb(192,171,164); }
H1.HeaderClassName
{
color: #C0ABA4;
}
.AnyTagClassName
{
color: #C0ABA4;
}
</style>
background-color css
<style>
a { background-color: #C0ABA4; }
a { background-color: rgb(192,171,164); }
div.DivClassName
{
background-color: #C0ABA4;
}
.BgClassName
{
background-color: #C0ABA4;
}
</style>
border-color css
<style>
span { border-color: #C0ABA4; }
span { border-color: rgb(192,171,164); }
td.TdClassName
{
border-color: #C0ABA4;
}
.TagClassName
{
border-color: #C0ABA4;
}
</style>