#C1AEA9

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

Shades of Martini #C1AEA9

Tints of Martini #C1AEA9

Color information

#C1AEA9 (or 0xC1AEA9) is unknown color: approx Martini. HEX triplet: C1, AE and A9. RGB value is (193,174,169). Sum of RGB (Red+Green+Blue) = 193+174+169=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEA9 is #3E5156. Grayscale: #B3B3B3. Windows color (decimal): -4084055 or 11120321. OLE color: 11120321.

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

Color convert

RGB193174169-
CMYK00.100.120.24
HSL12.5º16.22%70.98%-
HSV(B)12.5º12.44%75.69%-
XYZ44.2944.4743.79-
YUV179.11122.29137.91-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.01%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=36.01%
G=32.46%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317416900.100.120.2412.516.2270.98
HexC1AEA90AC18d1047
Octal30125625101214301520107
Binary110000011010111010101001010101100110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEA9; }

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

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

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

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

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

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

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

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