Shades of Martini #C3ADA6
Tints of Martini #C3ADA6
RGB
CMYK
RGB Variations
Color information
#C3ADA6 (or 0xC3ADA6) is known color: Martini. HEX triplet: C3, AD and A6. RGB value is (195,173,166). Sum of RGB (Red+Green+Blue) = 195+173+166=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 166 (65.23% from 255 or 31.09% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADA6 is #3C5259. Grayscale: #B2B2B2. Windows color (decimal): -3953242 or 10923459. OLE color: 10923459.
HSL color Cylindrical-coordinate representation of color #C3ADA6: hue angle of 14.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3ADA6 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 166 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.24 |
| HSL | 14.48º | 0.19% | 0.71% | - |
| HSV(B) | 14.48º | 0.15% | 0.76% | - |
| XYZ | 44.33 | 44.24 | 42.28 | - |
| YUV | 178.78 | 120.79 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 166 | 0 | 0.11 | 0.15 | 0.24 | 14.48 | 0.19 | 0.71 |
| Hex | C3 | AD | A6 | 0 | B | F | 18 | E | 13 | 47 |
| Octal | 303 | 255 | 246 | 0 | 13 | 17 | 30 | 16 | 23 | 107 |
| Binary | 11000011 | 10101101 | 10100110 | 0 | 1011 | 1111 | 11000 | 1110 | 10011 | 1000111 |
Color Harmonies of #C3ADA6
Complementary color
Monochromatic Colors of #C3ADA6
Black with #C3ADA6
Text Example
Text Example
White with #C3ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADA6; }
p { color: rgb(195,173,166); }
H1.HeaderClassName
{
color: #C3ADA6;
}
.AnyTagClassName
{
color: #C3ADA6;
}
</style>
background-color css
<style>
a { background-color: #C3ADA6; }
a { background-color: rgb(195,173,166); }
div.DivClassName
{
background-color: #C3ADA6;
}
.BgClassName
{
background-color: #C3ADA6;
}
</style>
border-color css
<style>
span { border-color: #C3ADA6; }
span { border-color: rgb(195,173,166); }
td.TdClassName
{
border-color: #C3ADA6;
}
.TagClassName
{
border-color: #C3ADA6;
}
</style>