Shades of Martini #C2ACA7
Tints of Martini #C2ACA7
RGB
CMYK
RGB Variations
Color information
#C2ACA7 (or 0xC2ACA7) is known color: Martini. HEX triplet: C2, AC and A7. RGB value is (194,172,167). Sum of RGB (Red+Green+Blue) = 194+172+167=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 167 (65.62% from 255 or 31.33% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACA7 is #3D5358. Grayscale: #B2B2B2. Windows color (decimal): -4019033 or 10988738. OLE color: 10988738.
HSL color Cylindrical-coordinate representation of color #C2ACA7: hue angle of 11.11º 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 #C2ACA7 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 172 | 167 | - |
| CMYK | 0 | 0.11 | 0.14 | 0.24 |
| HSL | 11.11º | 0.18% | 0.71% | - |
| HSV(B) | 11.11º | 0.14% | 0.76% | - |
| XYZ | 43.98 | 43.76 | 42.69 | - |
| YUV | 178.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 167 | 0 | 0.11 | 0.14 | 0.24 | 11.11 | 0.18 | 0.71 |
| Hex | C2 | AC | A7 | 0 | B | E | 18 | B | 12 | 47 |
| Octal | 302 | 254 | 247 | 0 | 13 | 16 | 30 | 13 | 22 | 107 |
| Binary | 11000010 | 10101100 | 10100111 | 0 | 1011 | 1110 | 11000 | 1011 | 10010 | 1000111 |
Color Harmonies of #C2ACA7
Complementary color
Monochromatic Colors of #C2ACA7
Black with #C2ACA7
Text Example
Text Example
White with #C2ACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACA7; }
p { color: rgb(194,172,167); }
H1.HeaderClassName
{
color: #C2ACA7;
}
.AnyTagClassName
{
color: #C2ACA7;
}
</style>
background-color css
<style>
a { background-color: #C2ACA7; }
a { background-color: rgb(194,172,167); }
div.DivClassName
{
background-color: #C2ACA7;
}
.BgClassName
{
background-color: #C2ACA7;
}
</style>
border-color css
<style>
span { border-color: #C2ACA7; }
span { border-color: rgb(194,172,167); }
td.TdClassName
{
border-color: #C2ACA7;
}
.TagClassName
{
border-color: #C2ACA7;
}
</style>