#C1AEA7

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

Shades of Martini #C1AEA7

Tints of Martini #C1AEA7

Color information

#C1AEA7 (or 0xC1AEA7) is unknown color: approx Martini. HEX triplet: C1, AE and A7. RGB value is (193,174,167). Sum of RGB (Red+Green+Blue) = 193+174+167=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AEA7 is #3E5158. Grayscale: #B2B2B2. Windows color (decimal): -4084057 or 10989249. OLE color: 10989249.

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

Color convert

RGB193174167-
CMYK00.100.130.24
HSL16.15º17.33%70.59%-
HSV(B)16.15º13.47%75.69%-
XYZ44.144.442.8-
YUV178.88121.29138.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.14%
GREEN value IS 174 (68.36% from 255) = 32.58%
BLUE value IS 167 (65.62% from 255) = 31.27%
R=36.14%
G=32.58%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317416700.100.130.2416.1517.3370.59
HexC1AEA70AD18101147
Octal30125624701215302021107
Binary1100000110101110101001110101011011100010000100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AEA7; }

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

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

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

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

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

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

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

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