#C2ABA7

Color #C2ABA7 Martini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Martini #C2ABA7

Tints of Martini #C2ABA7

Color information

#C2ABA7 (or 0xC2ABA7) is unknown color: approx Martini. HEX triplet: C2, AB and A7. RGB value is (194,171,167). Sum of RGB (Red+Green+Blue) = 194+171+167=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2ABA7 is #3D5458. Grayscale: #B1B1B1. Windows color (decimal): -4019289 or 10988482. OLE color: 10988482.

HSL color Cylindrical-coordinate representation of color #C2ABA7: hue angle of 8.89º 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 #C2ABA7 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB194171167-
CMYK00.120.140.24
HSL8.89º18.12%70.78%-
HSV(B)8.89º13.92%76.08%-
XYZ43.7943.3942.63-
YUV177.42122.12139.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 36.47%
GREEN value IS 171 (67.19% from 255) = 32.14%
BLUE value IS 167 (65.62% from 255) = 31.39%
R=36.47%
G=32.14%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417116700.120.140.248.8918.1270.78
HexC2ABA70CE1891247
Octal30225324701416301122107
Binary110000101010101110100111011001110110001001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ABA7; }

 p { color: rgb(194,171,167); }

 H1.HeaderClassName
 {
   color: #C2ABA7;
 }
 .AnyTagClassName
 {
   color: #C2ABA7;
 }
</style>
background-color css

<style>
 a { background-color: #C2ABA7; }

 a { background-color: rgb(194,171,167); }

 div.DivClassName
 {
   background-color: #C2ABA7;
 }
 .BgClassName
 {
   background-color: #C2ABA7;
 }
</style>
border-color css

<style>
 span { border-color: #C2ABA7; }

 span { border-color: rgb(194,171,167); }

 td.TdClassName
 {
   border-color: #C2ABA7;
 }
 .TagClassName
 {
   border-color: #C2ABA7;
 }
</style>