#C49FB8

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

Shades of Lily #C49FB8

Tints of Lily #C49FB8

Color information

#C49FB8 (or 0xC49FB8) is unknown color: approx Lily. HEX triplet: C4, 9F and B8. RGB value is (196,159,184). Sum of RGB (Red+Green+Blue) = 196+159+184=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FB8 is #3B6047. Grayscale: #ACACAC. Windows color (decimal): -3891272 or 12099524. OLE color: 12099524.

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

Color convert

RGB196159184-
CMYK00.190.060.23
HSL319.46º23.87%69.61%-
HSV(B)319.46º18.88%76.86%-
XYZ43.8139.9950.76-
YUV172.91134.26144.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.36%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=36.36%
G=29.50%
B=34.14%

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
Decimal19615918400.190.060.23319.4623.8769.61
HexC49FB801361713f1846
Octal30423727002362747730106
Binary11000100100111111011100001001111010111100111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FB8; }

 p { color: rgb(196,159,184); }

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

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

 a { background-color: rgb(196,159,184); }

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

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

 span { border-color: rgb(196,159,184); }

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