#C49EB4

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

Shades of Lily #C49EB4

Tints of Lily #C49EB4

Color information

#C49EB4 (or 0xC49EB4) is unknown color: approx Lily. HEX triplet: C4, 9E and B4. RGB value is (196,158,180). Sum of RGB (Red+Green+Blue) = 196+158+180=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EB4 is #3B614B. Grayscale: #ABABAB. Windows color (decimal): -3891532 or 11837124. OLE color: 11837124.

HSL color Cylindrical-coordinate representation of color #C49EB4: hue angle of 325.26º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49EB4 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB196158180-
CMYK00.190.080.23
HSL325.26º24.36%69.41%-
HSV(B)325.26º19.39%76.86%-
XYZ43.2339.4848.52-
YUV171.87132.59145.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=36.70%
G=29.59%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615818000.190.080.23325.2624.3669.41
HexC49EB40138171451845
Octal304236264023102750530105
Binary110001001001111010110100010011100010111101000101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EB4; }

 p { color: rgb(196,158,180); }

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

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

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

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

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

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

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