#C49ACA

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

Shades of Lilac #C49ACA

Tints of Lilac #C49ACA

Color information

#C49ACA (or 0xC49ACA) is unknown color: approx Lilac. HEX triplet: C4, 9A and CA. RGB value is (196,154,202). Sum of RGB (Red+Green+Blue) = 196+154+202=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49ACA is #3B6535. Grayscale: #ABABAB. Windows color (decimal): -3892534 or 13277892. OLE color: 13277892.

HSL color Cylindrical-coordinate representation of color #C49ACA: hue angle of 292.5º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C49ACA is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB196154202-
CMYK0.030.2400.21
HSL292.5º31.17%69.8%-
HSV(B)292.5º23.76%79.22%-
XYZ44.9839.1161.06-
YUV172.03144.91145.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.51%
GREEN value IS 154 (60.55% from 255) = 27.90%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=35.51%
G=27.90%
B=36.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961542020.030.2400.21292.531.1769.8
HexC49ACA3180151241f46
Octal30423231233002544437106
Binary1100010010011010110010101111000010101100100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49ACA; }

 p { color: rgb(196,154,202); }

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

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

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

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

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

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

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