#C0AAA2

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

Shades of Martini #C0AAA2

Tints of Martini #C0AAA2

Color information

#C0AAA2 (or 0xC0AAA2) is unknown color: approx Martini. HEX triplet: C0, AA and A2. RGB value is (192,170,162). Sum of RGB (Red+Green+Blue) = 192+170+162=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 162 (63.67% from 255 or 30.92% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA2 is #3F555D. Grayscale: #AFAFAF. Windows color (decimal): -4150622 or 10660544. OLE color: 10660544.

HSL color Cylindrical-coordinate representation of color #C0AAA2: hue angle of 16º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0AAA2 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192170162-
CMYK00.110.160.25
HSL16º19.23%69.41%-
HSV(B)16º15.62%75.29%-
XYZ42.6342.5640.15-
YUV175.67120.29139.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 162 (63.67% from 255) = 30.92%
R=36.64%
G=32.44%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217016200.110.160.251619.2369.41
HexC0AAA20B1019101345
Octal30025224201320312023105
Binary11000000101010101010001001011100001100110000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAA2; }

 p { color: rgb(192,170,162); }

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

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

 a { background-color: rgb(192,170,162); }

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

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

 span { border-color: rgb(192,170,162); }

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