Shades of Martini #C3ABA5
Tints of Martini #C3ABA5
RGB
CMYK
RGB Variations
Color information
#C3ABA5 (or 0xC3ABA5) is known color: Martini. HEX triplet: C3, AB and A5. RGB value is (195,171,165). Sum of RGB (Red+Green+Blue) = 195+171+165=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3ABA5 is #3C545A. Grayscale: #B1B1B1. Windows color (decimal): -3953755 or 10857411. OLE color: 10857411.
HSL color Cylindrical-coordinate representation of color #C3ABA5: hue angle of 12º 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 #C3ABA5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 171 | 165 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.24 |
| HSL | 12º | 0.2% | 0.71% | - |
| HSV(B) | 12º | 0.15% | 0.76% | - |
| XYZ | 43.86 | 43.44 | 41.67 | - |
| YUV | 177.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 165 | 0 | 0.12 | 0.15 | 0.24 | 12 | 0.2 | 0.71 |
| Hex | C3 | AB | A5 | 0 | C | F | 18 | C | 14 | 47 |
| Octal | 303 | 253 | 245 | 0 | 14 | 17 | 30 | 14 | 24 | 107 |
| Binary | 11000011 | 10101011 | 10100101 | 0 | 1100 | 1111 | 11000 | 1100 | 10100 | 1000111 |
Color Harmonies of #C3ABA5
Complementary color
Monochromatic Colors of #C3ABA5
Black with #C3ABA5
Text Example
Text Example
White with #C3ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABA5; }
p { color: rgb(195,171,165); }
H1.HeaderClassName
{
color: #C3ABA5;
}
.AnyTagClassName
{
color: #C3ABA5;
}
</style>
background-color css
<style>
a { background-color: #C3ABA5; }
a { background-color: rgb(195,171,165); }
div.DivClassName
{
background-color: #C3ABA5;
}
.BgClassName
{
background-color: #C3ABA5;
}
</style>
border-color css
<style>
span { border-color: #C3ABA5; }
span { border-color: rgb(195,171,165); }
td.TdClassName
{
border-color: #C3ABA5;
}
.TagClassName
{
border-color: #C3ABA5;
}
</style>