#C2AAC2

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

Shades of Lilac #C2AAC2

Tints of Lilac #C2AAC2

Color information

#C2AAC2 (or 0xC2AAC2) is unknown color: approx Lilac. HEX triplet: C2, AA and C2. RGB value is (194,170,194). Sum of RGB (Red+Green+Blue) = 194+170+194=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 194 (76.17% from 255 or 34.77% from 558); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C2AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAC2 is #3D553D. Grayscale: #B3B3B3. Windows color (decimal): -4019518 or 12757698. OLE color: 12757698.

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

Color convert

RGB194170194-
CMYK00.1200.24
HSL300º16.44%71.37%-
HSV(B)300º12.37%76.08%-
XYZ46.3644.1157.11-
YUV179.91135.95138.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 194 (76.17% from 255) = 34.77%
R=34.77%
G=30.47%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417019400.1200.2430016.4471.37
HexC2AAC20C01812c1047
Octal30225230201403045420107
Binary11000010101010101100001001100011000100101100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAC2; }

 p { color: rgb(194,170,194); }

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

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

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

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

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

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

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