#C1AAC0

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

Shades of Lilac #C1AAC0

Tints of Lilac #C1AAC0

Color information

#C1AAC0 (or 0xC1AAC0) is unknown color: approx Lilac. HEX triplet: C1, AA and C0. RGB value is (193,170,192). Sum of RGB (Red+Green+Blue) = 193+170+192=555 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.77% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AAC0 is #3E553F. Grayscale: #B3B3B3. Windows color (decimal): -4085056 or 12626625. OLE color: 12626625.

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

Color convert

RGB193170192-
CMYK00.120.010.24
HSL302.61º15.65%71.18%-
HSV(B)302.61º11.92%75.69%-
XYZ45.8843.8955.92-
YUV179.38135.12137.71-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.77%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 192 (75.39% from 255) = 34.59%
R=34.77%
G=30.63%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317019200.120.010.24302.6115.6571.18
HexC1AAC00C11812f1047
Octal30125230001413045720107
Binary11000001101010101100000001100111000100101111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AAC0; }

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

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

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

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

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

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

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

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