#C1AEA6

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

Shades of Martini #C1AEA6

Tints of Martini #C1AEA6

Color information

#C1AEA6 (or 0xC1AEA6) is unknown color: approx Martini. HEX triplet: C1, AE and A6. RGB value is (193,174,166). Sum of RGB (Red+Green+Blue) = 193+174+166=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 166 (65.23% from 255 or 31.14% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEA6 is #3E5159. Grayscale: #B2B2B2. Windows color (decimal): -4084058 or 10923713. OLE color: 10923713.

HSL color Cylindrical-coordinate representation of color #C1AEA6: hue angle of 17.78º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1AEA6 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB193174166-
CMYK00.100.140.24
HSL17.78º17.88%70.39%-
HSV(B)17.78º13.99%75.69%-
XYZ44.0144.3642.32-
YUV178.77120.79138.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 166 (65.23% from 255) = 31.14%
R=36.21%
G=32.65%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317416600.100.140.2417.7817.8870.39
HexC1AEA60AE18121246
Octal30125624601216302222106
Binary1100000110101110101001100101011101100010010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEA6; }

 p { color: rgb(193,174,166); }

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

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

 a { background-color: rgb(193,174,166); }

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

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

 span { border-color: rgb(193,174,166); }

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