Shades of Martini #C0AFA7
Tints of Martini #C0AFA7
RGB
CMYK
RGB Variations
Color information
#C0AFA7 (or 0xC0AFA7) is known color: Martini. HEX triplet: C0, AF and A7. RGB value is (192,175,167). Sum of RGB (Red+Green+Blue) = 192+175+167=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AFA7 is #3F5058. Grayscale: #B3B3B3. Windows color (decimal): -4149337 or 10989504. OLE color: 10989504.
HSL color Cylindrical-coordinate representation of color #C0AFA7: hue angle of 19.2º degrees, saturation: 0.17, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0AFA7 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 167 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.25 |
| HSL | 19.2º | 0.17% | 0.7% | - |
| HSV(B) | 19.2º | 0.13% | 0.75% | - |
| XYZ | 44.04 | 44.66 | 42.86 | - |
| YUV | 179.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 167 | 0 | 0.09 | 0.13 | 0.25 | 19.2 | 0.17 | 0.7 |
| Hex | C0 | AF | A7 | 0 | 9 | D | 19 | 13 | 11 | 46 |
| Octal | 300 | 257 | 247 | 0 | 11 | 15 | 31 | 23 | 21 | 106 |
| Binary | 11000000 | 10101111 | 10100111 | 0 | 1001 | 1101 | 11001 | 10011 | 10001 | 1000110 |
Color Harmonies of #C0AFA7
Complementary color
Monochromatic Colors of #C0AFA7
Black with #C0AFA7
Text Example
Text Example
White with #C0AFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFA7; }
p { color: rgb(192,175,167); }
H1.HeaderClassName
{
color: #C0AFA7;
}
.AnyTagClassName
{
color: #C0AFA7;
}
</style>
background-color css
<style>
a { background-color: #C0AFA7; }
a { background-color: rgb(192,175,167); }
div.DivClassName
{
background-color: #C0AFA7;
}
.BgClassName
{
background-color: #C0AFA7;
}
</style>
border-color css
<style>
span { border-color: #C0AFA7; }
span { border-color: rgb(192,175,167); }
td.TdClassName
{
border-color: #C0AFA7;
}
.TagClassName
{
border-color: #C0AFA7;
}
</style>