Shades of Martini #C3A99F
Tints of Martini #C3A99F
RGB
CMYK
RGB Variations
Color information
#C3A99F (or 0xC3A99F) is known color: Martini. HEX triplet: C3, A9 and 9F. RGB value is (195,169,159). Sum of RGB (Red+Green+Blue) = 195+169+159=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A99F is #3C5660. Grayscale: #AFAFAF. Windows color (decimal): -3954273 or 10463683. OLE color: 10463683.
HSL color Cylindrical-coordinate representation of color #C3A99F: hue angle of 16.67º degrees, saturation: 0.23, 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 #C3A99F is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 159 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.24 |
| HSL | 16.67º | 0.23% | 0.69% | - |
| HSV(B) | 16.67º | 0.18% | 0.76% | - |
| XYZ | 42.95 | 42.48 | 38.74 | - |
| YUV | 175.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 159 | 0 | 0.13 | 0.18 | 0.24 | 16.67 | 0.23 | 0.69 |
| Hex | C3 | A9 | 9F | 0 | D | 12 | 18 | 11 | 17 | 45 |
| Octal | 303 | 251 | 237 | 0 | 15 | 22 | 30 | 21 | 27 | 105 |
| Binary | 11000011 | 10101001 | 10011111 | 0 | 1101 | 10010 | 11000 | 10001 | 10111 | 1000101 |
Color Harmonies of #C3A99F
Complementary color
Monochromatic Colors of #C3A99F
Black with #C3A99F
Text Example
Text Example
White with #C3A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A99F; }
p { color: rgb(195,169,159); }
H1.HeaderClassName
{
color: #C3A99F;
}
.AnyTagClassName
{
color: #C3A99F;
}
</style>
background-color css
<style>
a { background-color: #C3A99F; }
a { background-color: rgb(195,169,159); }
div.DivClassName
{
background-color: #C3A99F;
}
.BgClassName
{
background-color: #C3A99F;
}
</style>
border-color css
<style>
span { border-color: #C3A99F; }
span { border-color: rgb(195,169,159); }
td.TdClassName
{
border-color: #C3A99F;
}
.TagClassName
{
border-color: #C3A99F;
}
</style>