Shades of Martini #C2ACA5
Tints of Martini #C2ACA5
RGB
CMYK
RGB Variations
Color information
#C2ACA5 (or 0xC2ACA5) is known color: Martini. HEX triplet: C2, AC and A5. RGB value is (194,172,165). Sum of RGB (Red+Green+Blue) = 194+172+165=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ACA5 is #3D535A. Grayscale: #B1B1B1. Windows color (decimal): -4019035 or 10857666. OLE color: 10857666.
HSL color Cylindrical-coordinate representation of color #C2ACA5: hue angle of 14.48º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2ACA5 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 172 | 165 | - |
CMYK | 0 | 0.11 | 0.15 | 0.24 |
HSL | 14.48º | 0.19% | 0.7% | - |
HSV(B) | 14.48º | 0.15% | 0.76% | - |
XYZ | 43.79 | 43.69 | 41.72 | - |
YUV | 177.78 | 120.79 | 139.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 165 | 0 | 0.11 | 0.15 | 0.24 | 14.48 | 0.19 | 0.7 |
Hex | C2 | AC | A5 | 0 | B | F | 18 | E | 13 | 46 |
Octal | 302 | 254 | 245 | 0 | 13 | 17 | 30 | 16 | 23 | 106 |
Binary | 11000010 | 10101100 | 10100101 | 0 | 1011 | 1111 | 11000 | 1110 | 10011 | 1000110 |
Color Harmonies of #C2ACA5
Complementary color
Monochromatic Colors of #C2ACA5
Black with #C2ACA5
Text Example
Text Example
White with #C2ACA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACA5; }
p { color: rgb(194,172,165); }
H1.HeaderClassName
{
color: #C2ACA5;
}
.AnyTagClassName
{
color: #C2ACA5;
}
</style>
background-color css
<style>
a { background-color: #C2ACA5; }
a { background-color: rgb(194,172,165); }
div.DivClassName
{
background-color: #C2ACA5;
}
.BgClassName
{
background-color: #C2ACA5;
}
</style>
border-color css
<style>
span { border-color: #C2ACA5; }
span { border-color: rgb(194,172,165); }
td.TdClassName
{
border-color: #C2ACA5;
}
.TagClassName
{
border-color: #C2ACA5;
}
</style>