Shades of Martini #C2A79F
Tints of Martini #C2A79F
RGB
CMYK
RGB Variations
Color information
#C2A79F (or 0xC2A79F) is known color: Martini. HEX triplet: C2, A7 and 9F. RGB value is (194,167,159). Sum of RGB (Red+Green+Blue) = 194+167+159=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A79F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A79F is #3D5860. Grayscale: #AEAEAE. Windows color (decimal): -4020321 or 10463170. OLE color: 10463170.
HSL color Cylindrical-coordinate representation of color #C2A79F: hue angle of 13.71º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2A79F is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 159 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.24 |
| HSL | 13.71º | 0.22% | 0.69% | - |
| HSV(B) | 13.71º | 0.18% | 0.76% | - |
| XYZ | 42.32 | 41.61 | 38.6 | - |
| YUV | 174.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 159 | 0 | 0.14 | 0.18 | 0.24 | 13.71 | 0.22 | 0.69 |
| Hex | C2 | A7 | 9F | 0 | E | 12 | 18 | E | 16 | 45 |
| Octal | 302 | 247 | 237 | 0 | 16 | 22 | 30 | 16 | 26 | 105 |
| Binary | 11000010 | 10100111 | 10011111 | 0 | 1110 | 10010 | 11000 | 1110 | 10110 | 1000101 |
Color Harmonies of #C2A79F
Complementary color
Monochromatic Colors of #C2A79F
Black with #C2A79F
Text Example
Text Example
White with #C2A79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A79F; }
p { color: rgb(194,167,159); }
H1.HeaderClassName
{
color: #C2A79F;
}
.AnyTagClassName
{
color: #C2A79F;
}
</style>
background-color css
<style>
a { background-color: #C2A79F; }
a { background-color: rgb(194,167,159); }
div.DivClassName
{
background-color: #C2A79F;
}
.BgClassName
{
background-color: #C2A79F;
}
</style>
border-color css
<style>
span { border-color: #C2A79F; }
span { border-color: rgb(194,167,159); }
td.TdClassName
{
border-color: #C2A79F;
}
.TagClassName
{
border-color: #C2A79F;
}
</style>