Shades of Martini #C2A89C
Tints of Martini #C2A89C
RGB
CMYK
RGB Variations
Color information
#C2A89C (or 0xC2A89C) is known color: Martini. HEX triplet: C2, A8 and 9C. RGB value is (194,168,156). Sum of RGB (Red+Green+Blue) = 194+168+156=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A89C is #3D5763. Grayscale: #AEAEAE. Windows color (decimal): -4020068 or 10266818. OLE color: 10266818.
HSL color Cylindrical-coordinate representation of color #C2A89C: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2A89C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 156 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.24 |
| HSL | 18.95º | 0.24% | 0.69% | - |
| HSV(B) | 18.95º | 0.2% | 0.76% | - |
| XYZ | 42.25 | 41.87 | 37.31 | - |
| YUV | 174.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 156 | 0 | 0.13 | 0.20 | 0.24 | 18.95 | 0.24 | 0.69 |
| Hex | C2 | A8 | 9C | 0 | D | 14 | 18 | 13 | 18 | 45 |
| Octal | 302 | 250 | 234 | 0 | 15 | 24 | 30 | 23 | 30 | 105 |
| Binary | 11000010 | 10101000 | 10011100 | 0 | 1101 | 10100 | 11000 | 10011 | 11000 | 1000101 |
Color Harmonies of #C2A89C
Complementary color
Monochromatic Colors of #C2A89C
Black with #C2A89C
Text Example
Text Example
White with #C2A89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A89C; }
p { color: rgb(194,168,156); }
H1.HeaderClassName
{
color: #C2A89C;
}
.AnyTagClassName
{
color: #C2A89C;
}
</style>
background-color css
<style>
a { background-color: #C2A89C; }
a { background-color: rgb(194,168,156); }
div.DivClassName
{
background-color: #C2A89C;
}
.BgClassName
{
background-color: #C2A89C;
}
</style>
border-color css
<style>
span { border-color: #C2A89C; }
span { border-color: rgb(194,168,156); }
td.TdClassName
{
border-color: #C2A89C;
}
.TagClassName
{
border-color: #C2A89C;
}
</style>