Shades of Martini #C3ADA5
Tints of Martini #C3ADA5
RGB
CMYK
RGB Variations
Color information
#C3ADA5 (or 0xC3ADA5) is known color: Martini. HEX triplet: C3, AD and A5. RGB value is (195,173,165). Sum of RGB (Red+Green+Blue) = 195+173+165=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 165 (64.84% from 255 or 30.96% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ADA5 is #3C525A. Grayscale: #B2B2B2. Windows color (decimal): -3953243 or 10857923. OLE color: 10857923.
HSL color Cylindrical-coordinate representation of color #C3ADA5: hue angle of 16º degrees, saturation: 0.2, 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 #C3ADA5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 165 | - |
| CMYK | 0 | 0.11 | 0.15 | 0.24 |
| HSL | 16º | 0.2% | 0.71% | - |
| HSV(B) | 16º | 0.15% | 0.76% | - |
| XYZ | 44.24 | 44.21 | 41.8 | - |
| YUV | 178.67 | 120.29 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 165 | 0 | 0.11 | 0.15 | 0.24 | 16 | 0.2 | 0.71 |
| Hex | C3 | AD | A5 | 0 | B | F | 18 | 10 | 14 | 47 |
| Octal | 303 | 255 | 245 | 0 | 13 | 17 | 30 | 20 | 24 | 107 |
| Binary | 11000011 | 10101101 | 10100101 | 0 | 1011 | 1111 | 11000 | 10000 | 10100 | 1000111 |
Color Harmonies of #C3ADA5
Complementary color
Monochromatic Colors of #C3ADA5
Black with #C3ADA5
Text Example
Text Example
White with #C3ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ADA5; }
p { color: rgb(195,173,165); }
H1.HeaderClassName
{
color: #C3ADA5;
}
.AnyTagClassName
{
color: #C3ADA5;
}
</style>
background-color css
<style>
a { background-color: #C3ADA5; }
a { background-color: rgb(195,173,165); }
div.DivClassName
{
background-color: #C3ADA5;
}
.BgClassName
{
background-color: #C3ADA5;
}
</style>
border-color css
<style>
span { border-color: #C3ADA5; }
span { border-color: rgb(195,173,165); }
td.TdClassName
{
border-color: #C3ADA5;
}
.TagClassName
{
border-color: #C3ADA5;
}
</style>