Shades of Martini #C2ABA5
Tints of Martini #C2ABA5
RGB
CMYK
RGB Variations
Color information
#C2ABA5 (or 0xC2ABA5) is known color: Martini. HEX triplet: C2, AB and A5. RGB value is (194,171,165). Sum of RGB (Red+Green+Blue) = 194+171+165=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA5 is #3D545A. Grayscale: #B1B1B1. Windows color (decimal): -4019291 or 10857410. OLE color: 10857410.
HSL color Cylindrical-coordinate representation of color #C2ABA5: hue angle of 12.41º 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 #C2ABA5 is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 171 | 165 | - |
CMYK | 0 | 0.12 | 0.15 | 0.24 |
HSL | 12.41º | 0.19% | 0.7% | - |
HSV(B) | 12.41º | 0.15% | 0.76% | - |
XYZ | 43.6 | 43.31 | 41.66 | - |
YUV | 177.19 | 121.12 | 139.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 171 | 165 | 0 | 0.12 | 0.15 | 0.24 | 12.41 | 0.19 | 0.7 |
Hex | C2 | AB | A5 | 0 | C | F | 18 | C | 13 | 46 |
Octal | 302 | 253 | 245 | 0 | 14 | 17 | 30 | 14 | 23 | 106 |
Binary | 11000010 | 10101011 | 10100101 | 0 | 1100 | 1111 | 11000 | 1100 | 10011 | 1000110 |
Color Harmonies of #C2ABA5
Complementary color
Monochromatic Colors of #C2ABA5
Black with #C2ABA5
Text Example
Text Example
White with #C2ABA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABA5; }
p { color: rgb(194,171,165); }
H1.HeaderClassName
{
color: #C2ABA5;
}
.AnyTagClassName
{
color: #C2ABA5;
}
</style>
background-color css
<style>
a { background-color: #C2ABA5; }
a { background-color: rgb(194,171,165); }
div.DivClassName
{
background-color: #C2ABA5;
}
.BgClassName
{
background-color: #C2ABA5;
}
</style>
border-color css
<style>
span { border-color: #C2ABA5; }
span { border-color: rgb(194,171,165); }
td.TdClassName
{
border-color: #C2ABA5;
}
.TagClassName
{
border-color: #C2ABA5;
}
</style>