#C1AFAA

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

Shades of Martini #C1AFAA

Tints of Martini #C1AFAA

Color information

#C1AFAA (or 0xC1AFAA) is unknown color: approx Martini. HEX triplet: C1, AF and AA. RGB value is (193,175,170). Sum of RGB (Red+Green+Blue) = 193+175+170=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 170 (66.80% from 255 or 31.60% from 538); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AFAA is #3E5055. Grayscale: #B3B3B3. Windows color (decimal): -4083798 or 11186113. OLE color: 11186113.

HSL color Cylindrical-coordinate representation of color #C1AFAA: hue angle of 13.04º 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 #C1AFAA is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB193175170-
CMYK00.090.120.24
HSL13.04º15.65%71.18%-
HSV(B)13.04º11.92%75.69%-
XYZ44.5844.944.35-
YUV179.81122.46137.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.87%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 170 (66.80% from 255) = 31.60%
R=35.87%
G=32.53%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317517000.090.120.2413.0415.6571.18
HexC1AFAA09C18d1047
Octal30125725201114301520107
Binary110000011010111110101010010011100110001101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AFAA; }

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

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

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

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

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

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

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

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