#C49BAE

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

Shades of Lily #C49BAE

Tints of Lily #C49BAE

Color information

#C49BAE (or 0xC49BAE) is unknown color: approx Lily. HEX triplet: C4, 9B and AE. RGB value is (196,155,174). Sum of RGB (Red+Green+Blue) = 196+155+174=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 174 (68.36% from 255 or 33.14% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BAE is #3B6451. Grayscale: #A9A9A9. Windows color (decimal): -3892306 or 11443140. OLE color: 11443140.

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

Color convert

RGB196155174-
CMYK00.210.110.23
HSL332.2º25.79%68.82%-
HSV(B)332.2º20.92%76.86%-
XYZ42.1338.2345.2-
YUV169.42130.58146.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 155 (60.94% from 255) = 29.52%
BLUE value IS 174 (68.36% from 255) = 33.14%
R=37.33%
G=29.52%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615517400.210.110.23332.225.7968.82
HexC49BAE015B1714c1a45
Octal304233256025132751432105
Binary110001001001101110101110010101101110111101001100110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49BAE; }

 p { color: rgb(196,155,174); }

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

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

 a { background-color: rgb(196,155,174); }

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

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

 span { border-color: rgb(196,155,174); }

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