Shades of Martini #C0ADA6
Tints of Martini #C0ADA6
RGB
CMYK
RGB Variations
Color information
#C0ADA6 (or 0xC0ADA6) is known color: Martini. HEX triplet: C0, AD and A6. RGB value is (192,173,166). Sum of RGB (Red+Green+Blue) = 192+173+166=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0ADA6 is #3F5259. Grayscale: #B1B1B1. Windows color (decimal): -4149850 or 10923456. OLE color: 10923456.
HSL color Cylindrical-coordinate representation of color #C0ADA6: hue angle of 16.15º degrees, saturation: 0.17, 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 #C0ADA6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 173 | 166 | - |
CMYK | 0 | 0.10 | 0.14 | 0.25 |
HSL | 16.15º | 0.17% | 0.7% | - |
HSV(B) | 16.15º | 0.14% | 0.75% | - |
XYZ | 43.56 | 43.85 | 42.24 | - |
YUV | 177.88 | 121.29 | 138.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 166 | 0 | 0.10 | 0.14 | 0.25 | 16.15 | 0.17 | 0.7 |
Hex | C0 | AD | A6 | 0 | A | E | 19 | 10 | 11 | 46 |
Octal | 300 | 255 | 246 | 0 | 12 | 16 | 31 | 20 | 21 | 106 |
Binary | 11000000 | 10101101 | 10100110 | 0 | 1010 | 1110 | 11001 | 10000 | 10001 | 1000110 |
Color Harmonies of #C0ADA6
Complementary color
Monochromatic Colors of #C0ADA6
Black with #C0ADA6
Text Example
Text Example
White with #C0ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADA6; }
p { color: rgb(192,173,166); }
H1.HeaderClassName
{
color: #C0ADA6;
}
.AnyTagClassName
{
color: #C0ADA6;
}
</style>
background-color css
<style>
a { background-color: #C0ADA6; }
a { background-color: rgb(192,173,166); }
div.DivClassName
{
background-color: #C0ADA6;
}
.BgClassName
{
background-color: #C0ADA6;
}
</style>
border-color css
<style>
span { border-color: #C0ADA6; }
span { border-color: rgb(192,173,166); }
td.TdClassName
{
border-color: #C0ADA6;
}
.TagClassName
{
border-color: #C0ADA6;
}
</style>