Shades of Martini #C3A89B
Tints of Martini #C3A89B
RGB
CMYK
RGB Variations
Color information
#C3A89B (or 0xC3A89B) is known color: Martini. HEX triplet: C3, A8 and 9B. RGB value is (195,168,155). Sum of RGB (Red+Green+Blue) = 195+168+155=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A89B is #3C5764. Grayscale: #AEAEAE. Windows color (decimal): -3954533 or 10201283. OLE color: 10201283.
HSL color Cylindrical-coordinate representation of color #C3A89B: hue angle of 19.5º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3A89B is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 155 | - |
| CMYK | 0 | 0.14 | 0.21 | 0.24 |
| HSL | 19.5º | 0.25% | 0.69% | - |
| HSV(B) | 19.5º | 0.21% | 0.76% | - |
| XYZ | 42.42 | 41.97 | 36.88 | - |
| YUV | 174.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 155 | 0 | 0.14 | 0.21 | 0.24 | 19.5 | 0.25 | 0.69 |
| Hex | C3 | A8 | 9B | 0 | E | 15 | 18 | 14 | 19 | 45 |
| Octal | 303 | 250 | 233 | 0 | 16 | 25 | 30 | 24 | 31 | 105 |
| Binary | 11000011 | 10101000 | 10011011 | 0 | 1110 | 10101 | 11000 | 10100 | 11001 | 1000101 |
Color Harmonies of #C3A89B
Complementary color
Monochromatic Colors of #C3A89B
Black with #C3A89B
Text Example
Text Example
White with #C3A89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A89B; }
p { color: rgb(195,168,155); }
H1.HeaderClassName
{
color: #C3A89B;
}
.AnyTagClassName
{
color: #C3A89B;
}
</style>
background-color css
<style>
a { background-color: #C3A89B; }
a { background-color: rgb(195,168,155); }
div.DivClassName
{
background-color: #C3A89B;
}
.BgClassName
{
background-color: #C3A89B;
}
</style>
border-color css
<style>
span { border-color: #C3A89B; }
span { border-color: rgb(195,168,155); }
td.TdClassName
{
border-color: #C3A89B;
}
.TagClassName
{
border-color: #C3A89B;
}
</style>