#C2AAA6

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

Shades of Martini #C2AAA6

Tints of Martini #C2AAA6

Color information

#C2AAA6 (or 0xC2AAA6) is unknown color: approx Martini. HEX triplet: C2, AA and A6. RGB value is (194,170,166). Sum of RGB (Red+Green+Blue) = 194+170+166=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA6 is #3D5559. Grayscale: #B0B0B0. Windows color (decimal): -4019546 or 10922690. OLE color: 10922690.

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

Color convert

RGB194170166-
CMYK00.120.140.24
HSL8.57º18.67%70.59%-
HSV(B)8.57º14.43%76.08%-
XYZ43.5142.9742.08-
YUV176.72121.95140.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 166 (65.23% from 255) = 31.32%
R=36.60%
G=32.08%
B=31.32%

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
Decimal19417016600.120.140.248.5718.6770.59
HexC2AAA60CE1891347
Octal30225224601416301123107
Binary110000101010101010100110011001110110001001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAA6; }

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

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

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

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

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

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

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

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