#C1AAA0

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

Shades of Martini #C1AAA0

Tints of Martini #C1AAA0

Color information

#C1AAA0 (or 0xC1AAA0) is unknown color: approx Martini. HEX triplet: C1, AA and A0. RGB value is (193,170,160). Sum of RGB (Red+Green+Blue) = 193+170+160=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AAA0 is #3E555F. Grayscale: #AFAFAF. Windows color (decimal): -4085088 or 10529473. OLE color: 10529473.

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

Color convert

RGB193170160-
CMYK00.120.170.24
HSL18.18º21.02%69.22%-
HSV(B)18.18º17.1%75.69%-
XYZ42.7142.6239.23-
YUV175.74119.12140.31-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.90%
GREEN value IS 170 (66.80% from 255) = 32.50%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=36.90%
G=32.50%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317016000.120.170.2418.1821.0269.22
HexC1AAA00C1118121545
Octal30125224001421302225105
Binary11000001101010101010000001100100011100010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAA0; }

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

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

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

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

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

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

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

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