#C49EB9

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

Shades of Lily #C49EB9

Tints of Lily #C49EB9

Color information

#C49EB9 (or 0xC49EB9) is unknown color: approx Lily. HEX triplet: C4, 9E and B9. RGB value is (196,158,185). Sum of RGB (Red+Green+Blue) = 196+158+185=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 185 (72.66% from 255 or 34.32% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EB9 is #3B6146. Grayscale: #ACACAC. Windows color (decimal): -3891527 or 12164804. OLE color: 12164804.

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

Color convert

RGB196158185-
CMYK00.190.060.23
HSL317.37º24.36%69.41%-
HSV(B)317.37º19.39%76.86%-
XYZ43.7539.6951.25-
YUV172.44135.09144.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 158 (62.11% from 255) = 29.31%
BLUE value IS 185 (72.66% from 255) = 34.32%
R=36.36%
G=29.31%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615818500.190.060.23317.3724.3669.41
HexC49EB901361713d1845
Octal30423627102362747530105
Binary11000100100111101011100101001111010111100111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EB9; }

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

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

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

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

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

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

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

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