Shades of Martini #C0AEA7
Tints of Martini #C0AEA7
RGB
CMYK
RGB Variations
Color information
#C0AEA7 (or 0xC0AEA7) is known color: Martini. HEX triplet: C0, AE and A7. RGB value is (192,174,167). Sum of RGB (Red+Green+Blue) = 192+174+167=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AEA7 is #3F5158. Grayscale: #B2B2B2. Windows color (decimal): -4149593 or 10989248. OLE color: 10989248.
HSL color Cylindrical-coordinate representation of color #C0AEA7: hue angle of 16.8º 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 #C0AEA7 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 174 | 167 | - |
CMYK | 0 | 0.09 | 0.13 | 0.25 |
HSL | 16.8º | 0.17% | 0.7% | - |
HSV(B) | 16.8º | 0.13% | 0.75% | - |
XYZ | 43.85 | 44.27 | 42.79 | - |
YUV | 178.58 | 121.46 | 137.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 167 | 0 | 0.09 | 0.13 | 0.25 | 16.8 | 0.17 | 0.7 |
Hex | C0 | AE | A7 | 0 | 9 | D | 19 | 11 | 11 | 46 |
Octal | 300 | 256 | 247 | 0 | 11 | 15 | 31 | 21 | 21 | 106 |
Binary | 11000000 | 10101110 | 10100111 | 0 | 1001 | 1101 | 11001 | 10001 | 10001 | 1000110 |
Color Harmonies of #C0AEA7
Complementary color
Monochromatic Colors of #C0AEA7
Black with #C0AEA7
Text Example
Text Example
White with #C0AEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEA7; }
p { color: rgb(192,174,167); }
H1.HeaderClassName
{
color: #C0AEA7;
}
.AnyTagClassName
{
color: #C0AEA7;
}
</style>
background-color css
<style>
a { background-color: #C0AEA7; }
a { background-color: rgb(192,174,167); }
div.DivClassName
{
background-color: #C0AEA7;
}
.BgClassName
{
background-color: #C0AEA7;
}
</style>
border-color css
<style>
span { border-color: #C0AEA7; }
span { border-color: rgb(192,174,167); }
td.TdClassName
{
border-color: #C0AEA7;
}
.TagClassName
{
border-color: #C0AEA7;
}
</style>