#C49AC7

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

Shades of Lilac #C49AC7

Tints of Lilac #C49AC7

Color information

#C49AC7 (or 0xC49AC7) is unknown color: approx Lilac. HEX triplet: C4, 9A and C7. RGB value is (196,154,199). Sum of RGB (Red+Green+Blue) = 196+154+199=549 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.70% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 199 - color contains mainly: blue. Hex color #C49AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AC7 is #3B6538. Grayscale: #ABABAB. Windows color (decimal): -3892537 or 13081284. OLE color: 13081284.

HSL color Cylindrical-coordinate representation of color #C49AC7: hue angle of 296º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C49AC7 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196154199-
CMYK0.020.2300.22
HSL296º28.66%69.22%-
HSV(B)296º22.61%78.04%-
XYZ44.6338.9759.2-
YUV171.69143.41145.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.70%
GREEN value IS 154 (60.55% from 255) = 28.05%
BLUE value IS 199 (78.12% from 255) = 36.25%
R=35.70%
G=28.05%
B=36.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961541990.020.2300.2229628.6669.22
HexC49AC72170161281d45
Octal30423230722702645035105
Binary1100010010011010110001111010111010110100101000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AC7; }

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

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

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

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

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

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

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

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