#C49CCA

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

Shades of Lilac #C49CCA

Tints of Lilac #C49CCA

Color information

#C49CCA (or 0xC49CCA) is unknown color: approx Lilac. HEX triplet: C4, 9C and CA. RGB value is (196,156,202). Sum of RGB (Red+Green+Blue) = 196+156+202=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #C49CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49CCA is #3B6335. Grayscale: #ADADAD. Windows color (decimal): -3892022 or 13278404. OLE color: 13278404.

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

Color convert

RGB196156202-
CMYK0.030.2300.21
HSL292.17º30.26%70.2%-
HSV(B)292.17º22.77%79.22%-
XYZ45.3139.7861.17-
YUV173.2144.25144.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 156 (61.33% from 255) = 28.16%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=35.38%
G=28.16%
B=36.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1961562020.030.2300.21292.1730.2670.2
HexC49CCA3170151241e46
Octal30423431232702544436106
Binary1100010010011100110010101110111010101100100100111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CCA; }

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

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

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

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

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

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

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

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