#C2AA9F

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

Shades of Martini #C2AA9F

Tints of Martini #C2AA9F

Color information

#C2AA9F (or 0xC2AA9F) is unknown color: approx Martini. HEX triplet: C2, AA and 9F. RGB value is (194,170,159). Sum of RGB (Red+Green+Blue) = 194+170+159=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AA9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AA9F is #3D5560. Grayscale: #AFAFAF. Windows color (decimal): -4019553 or 10463938. OLE color: 10463938.

HSL color Cylindrical-coordinate representation of color #C2AA9F: hue angle of 18.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2AA9F is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB194170159-
CMYK00.120.180.24
HSL18.86º22.29%69.22%-
HSV(B)18.86º18.04%76.08%-
XYZ42.8842.7238.79-
YUV175.92118.45140.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=37.09%
G=32.50%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417015900.120.180.2418.8622.2969.22
HexC2AA9F0C1218131645
Octal30225223701422302326105
Binary11000010101010101001111101100100101100010011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AA9F; }

 p { color: rgb(194,170,159); }

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

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

 a { background-color: rgb(194,170,159); }

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

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

 span { border-color: rgb(194,170,159); }

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