Shades of Martini #C0B0AB
Tints of Martini #C0B0AB
RGB
CMYK
RGB Variations
Color information
#C0B0AB (or 0xC0B0AB) is known color: Martini. HEX triplet: C0, B0 and AB. RGB value is (192,176,171). Sum of RGB (Red+Green+Blue) = 192+176+171=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B0AB is #3F4F54. Grayscale: #B4B4B4. Windows color (decimal): -4149077 or 11251904. OLE color: 11251904.
HSL color Cylindrical-coordinate representation of color #C0B0AB: hue angle of 14.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0B0AB is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 171 | - |
| CMYK | 0 | 0.08 | 0.11 | 0.25 |
| HSL | 14.29º | 0.14% | 0.71% | - |
| HSV(B) | 14.29º | 0.11% | 0.75% | - |
| XYZ | 44.61 | 45.2 | 44.9 | - |
| YUV | 180.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 171 | 0 | 0.08 | 0.11 | 0.25 | 14.29 | 0.14 | 0.71 |
| Hex | C0 | B0 | AB | 0 | 8 | B | 19 | E | E | 47 |
| Octal | 300 | 260 | 253 | 0 | 10 | 13 | 31 | 16 | 16 | 107 |
| Binary | 11000000 | 10110000 | 10101011 | 0 | 1000 | 1011 | 11001 | 1110 | 1110 | 1000111 |
Color Harmonies of #C0B0AB
Complementary color
Monochromatic Colors of #C0B0AB
Black with #C0B0AB
Text Example
Text Example
White with #C0B0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0AB; }
p { color: rgb(192,176,171); }
H1.HeaderClassName
{
color: #C0B0AB;
}
.AnyTagClassName
{
color: #C0B0AB;
}
</style>
background-color css
<style>
a { background-color: #C0B0AB; }
a { background-color: rgb(192,176,171); }
div.DivClassName
{
background-color: #C0B0AB;
}
.BgClassName
{
background-color: #C0B0AB;
}
</style>
border-color css
<style>
span { border-color: #C0B0AB; }
span { border-color: rgb(192,176,171); }
td.TdClassName
{
border-color: #C0B0AB;
}
.TagClassName
{
border-color: #C0B0AB;
}
</style>