Shades of Martini #C1A89C
Tints of Martini #C1A89C
RGB
CMYK
RGB Variations
Color information
#C1A89C (or 0xC1A89C) is known color: Martini. HEX triplet: C1, A8 and 9C. RGB value is (193,168,156). Sum of RGB (Red+Green+Blue) = 193+168+156=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 168 (66.02% from 255 or 32.50% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A89C is #3E5763. Grayscale: #AEAEAE. Windows color (decimal): -4085604 or 10266817. OLE color: 10266817.
HSL color Cylindrical-coordinate representation of color #C1A89C: hue angle of 19.46º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1A89C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 168 | 156 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.24 |
| HSL | 19.46º | 0.23% | 0.68% | - |
| HSV(B) | 19.46º | 0.19% | 0.76% | - |
| XYZ | 42 | 41.74 | 37.3 | - |
| YUV | 174.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 168 | 156 | 0 | 0.13 | 0.19 | 0.24 | 19.46 | 0.23 | 0.68 |
| Hex | C1 | A8 | 9C | 0 | D | 13 | 18 | 13 | 17 | 44 |
| Octal | 301 | 250 | 234 | 0 | 15 | 23 | 30 | 23 | 27 | 104 |
| Binary | 11000001 | 10101000 | 10011100 | 0 | 1101 | 10011 | 11000 | 10011 | 10111 | 1000100 |
Color Harmonies of #C1A89C
Complementary color
Monochromatic Colors of #C1A89C
Black with #C1A89C
Text Example
Text Example
White with #C1A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1A89C; }
p { color: rgb(193,168,156); }
H1.HeaderClassName
{
color: #C1A89C;
}
.AnyTagClassName
{
color: #C1A89C;
}
</style>
background-color css
<style>
a { background-color: #C1A89C; }
a { background-color: rgb(193,168,156); }
div.DivClassName
{
background-color: #C1A89C;
}
.BgClassName
{
background-color: #C1A89C;
}
</style>
border-color css
<style>
span { border-color: #C1A89C; }
span { border-color: rgb(193,168,156); }
td.TdClassName
{
border-color: #C1A89C;
}
.TagClassName
{
border-color: #C1A89C;
}
</style>