#C4AAC2

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

Shades of Lilac #C4AAC2

Tints of Lilac #C4AAC2

Color information

#C4AAC2 (or 0xC4AAC2) is unknown color: approx Lilac. HEX triplet: C4, AA and C2. RGB value is (196,170,194). Sum of RGB (Red+Green+Blue) = 196+170+194=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAC2 is #3B553D. Grayscale: #B4B4B4. Windows color (decimal): -3888446 or 12757700. OLE color: 12757700.

HSL color Cylindrical-coordinate representation of color #C4AAC2: hue angle of 304.62º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4AAC2 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196170194-
CMYK00.130.010.23
HSL304.62º18.06%71.76%-
HSV(B)304.62º13.27%76.86%-
XYZ46.8844.3857.13-
YUV180.51135.61139.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 194 (76.17% from 255) = 34.64%
R=35%
G=30.36%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617019400.130.010.23304.6218.0671.76
HexC4AAC20D1171311248
Octal30425230201512746122110
Binary11000100101010101100001001101110111100110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAC2; }

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

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

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

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

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

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

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

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