#C2AAA0

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

Shades of Martini #C2AAA0

Tints of Martini #C2AAA0

Color information

#C2AAA0 (or 0xC2AAA0) is unknown color: approx Martini. HEX triplet: C2, AA and A0. RGB value is (194,170,160). Sum of RGB (Red+Green+Blue) = 194+170+160=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AAA0 is #3D555F. Grayscale: #B0B0B0. Windows color (decimal): -4019552 or 10529474. OLE color: 10529474.

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

Color convert

RGB194170160-
CMYK00.120.180.24
HSL17.65º21.79%69.41%-
HSV(B)17.65º17.53%76.08%-
XYZ42.9742.7639.25-
YUV176.04118.95140.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 160 (62.89% from 255) = 30.53%
R=37.02%
G=32.44%
B=30.53%

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
Decimal19417016000.120.180.2417.6521.7969.41
HexC2AAA00C1218121645
Octal30225224001422302226105
Binary11000010101010101010000001100100101100010010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAA0; }

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

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

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

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

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

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

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

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