#C0AAA1

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

Shades of Martini #C0AAA1

Tints of Martini #C0AAA1

Color information

#C0AAA1 (or 0xC0AAA1) is unknown color: approx Martini. HEX triplet: C0, AA and A1. RGB value is (192,170,161). Sum of RGB (Red+Green+Blue) = 192+170+161=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 161 (63.28% from 255 or 30.78% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0AAA1 is #3F555E. Grayscale: #AFAFAF. Windows color (decimal): -4150623 or 10595008. OLE color: 10595008.

HSL color Cylindrical-coordinate representation of color #C0AAA1: hue angle of 17.42º degrees, saturation: 0.2, 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 #C0AAA1 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB192170161-
CMYK00.110.160.25
HSL17.42º19.75%69.22%-
HSV(B)17.42º16.15%75.29%-
XYZ42.5542.5339.68-
YUV175.55119.79139.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.71%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 161 (63.28% from 255) = 30.78%
R=36.71%
G=32.50%
B=30.78%

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
Decimal19217016100.110.160.2517.4219.7569.22
HexC0AAA10B1019111445
Octal30025224101320312124105
Binary11000000101010101010000101011100001100110001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AAA1; }

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

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

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

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

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

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

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

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