#C4AAC4

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

Shades of Lilac #C4AAC4

Tints of Lilac #C4AAC4

Color information

#C4AAC4 (or 0xC4AAC4) is unknown color: approx Lilac. HEX triplet: C4, AA and C4. RGB value is (196,170,196). Sum of RGB (Red+Green+Blue) = 196+170+196=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 196 (76.95% from 255 or 34.88% from 562); Max value from RGB is 196 - color contains mainly: red, blue. Hex color #C4AAC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AAC4 is #3B553B. Grayscale: #B4B4B4. Windows color (decimal): -3888444 or 12888772. OLE color: 12888772.

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

Color convert

RGB196170196-
CMYK00.1300.23
HSL300º18.06%71.76%-
HSV(B)300º13.27%76.86%-
XYZ47.144.4758.33-
YUV180.74136.61138.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 196 (76.95% from 255) = 34.88%
R=34.88%
G=30.25%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617019600.1300.2330018.0671.76
HexC4AAC40D01712c1248
Octal30425230401502745422110
Binary11000100101010101100010001101010111100101100100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AAC4; }

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

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

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

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

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

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

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

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