Shades of Martini #C3B0A8
Tints of Martini #C3B0A8
RGB
CMYK
RGB Variations
Color information
#C3B0A8 (or 0xC3B0A8) is known color: Martini. HEX triplet: C3, B0 and A8. RGB value is (195,176,168). Sum of RGB (Red+Green+Blue) = 195+176+168=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0A8 is #3C4F57. Grayscale: #B4B4B4. Windows color (decimal): -3952472 or 11055299. OLE color: 11055299.
HSL color Cylindrical-coordinate representation of color #C3B0A8: hue angle of 17.78º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3B0A8 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 176 | 168 | - |
| CMYK | 0 | 0.10 | 0.14 | 0.24 |
| HSL | 17.78º | 0.18% | 0.71% | - |
| HSV(B) | 17.78º | 0.14% | 0.76% | - |
| XYZ | 45.1 | 45.48 | 43.45 | - |
| YUV | 180.77 | 120.79 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 176 | 168 | 0 | 0.10 | 0.14 | 0.24 | 17.78 | 0.18 | 0.71 |
| Hex | C3 | B0 | A8 | 0 | A | E | 18 | 12 | 12 | 47 |
| Octal | 303 | 260 | 250 | 0 | 12 | 16 | 30 | 22 | 22 | 107 |
| Binary | 11000011 | 10110000 | 10101000 | 0 | 1010 | 1110 | 11000 | 10010 | 10010 | 1000111 |
Color Harmonies of #C3B0A8
Complementary color
Monochromatic Colors of #C3B0A8
Black with #C3B0A8
Text Example
Text Example
White with #C3B0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B0A8; }
p { color: rgb(195,176,168); }
H1.HeaderClassName
{
color: #C3B0A8;
}
.AnyTagClassName
{
color: #C3B0A8;
}
</style>
background-color css
<style>
a { background-color: #C3B0A8; }
a { background-color: rgb(195,176,168); }
div.DivClassName
{
background-color: #C3B0A8;
}
.BgClassName
{
background-color: #C3B0A8;
}
</style>
border-color css
<style>
span { border-color: #C3B0A8; }
span { border-color: rgb(195,176,168); }
td.TdClassName
{
border-color: #C3B0A8;
}
.TagClassName
{
border-color: #C3B0A8;
}
</style>