Shades of Martini #C1ADA4
Tints of Martini #C1ADA4
RGB
CMYK
RGB Variations
Color information
#C1ADA4 (or 0xC1ADA4) is known color: Martini. HEX triplet: C1, AD and A4. RGB value is (193,173,164). Sum of RGB (Red+Green+Blue) = 193+173+164=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 193 - color contains mainly: red. Hex color #C1ADA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1ADA4 is #3E525B. Grayscale: #B2B2B2. Windows color (decimal): -4084316 or 10792385. OLE color: 10792385.
HSL color Cylindrical-coordinate representation of color #C1ADA4: hue angle of 18.62º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1ADA4 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 173 | 164 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.24 |
| HSL | 18.62º | 0.19% | 0.7% | - |
| HSV(B) | 18.62º | 0.15% | 0.76% | - |
| XYZ | 43.64 | 43.9 | 41.3 | - |
| YUV | 177.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 164 | 0 | 0.10 | 0.15 | 0.24 | 18.62 | 0.19 | 0.7 |
| Hex | C1 | AD | A4 | 0 | A | F | 18 | 13 | 13 | 46 |
| Octal | 301 | 255 | 244 | 0 | 12 | 17 | 30 | 23 | 23 | 106 |
| Binary | 11000001 | 10101101 | 10100100 | 0 | 1010 | 1111 | 11000 | 10011 | 10011 | 1000110 |
Color Harmonies of #C1ADA4
Complementary color
Monochromatic Colors of #C1ADA4
Black with #C1ADA4
Text Example
Text Example
White with #C1ADA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADA4; }
p { color: rgb(193,173,164); }
H1.HeaderClassName
{
color: #C1ADA4;
}
.AnyTagClassName
{
color: #C1ADA4;
}
</style>
background-color css
<style>
a { background-color: #C1ADA4; }
a { background-color: rgb(193,173,164); }
div.DivClassName
{
background-color: #C1ADA4;
}
.BgClassName
{
background-color: #C1ADA4;
}
</style>
border-color css
<style>
span { border-color: #C1ADA4; }
span { border-color: rgb(193,173,164); }
td.TdClassName
{
border-color: #C1ADA4;
}
.TagClassName
{
border-color: #C1ADA4;
}
</style>