#C49FBB

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

Shades of Lily #C49FBB

Tints of Lily #C49FBB

Color information

#C49FBB (or 0xC49FBB) is unknown color: approx Lily. HEX triplet: C4, 9F and BB. RGB value is (196,159,187). Sum of RGB (Red+Green+Blue) = 196+159+187=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBB is #3B6044. Grayscale: #ADADAD. Windows color (decimal): -3891269 or 12296132. OLE color: 12296132.

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

Color convert

RGB196159187-
CMYK00.190.050.23
HSL314.59º23.87%69.61%-
HSV(B)314.59º18.88%76.86%-
XYZ44.1340.1252.43-
YUV173.26135.76144.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.16%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=36.16%
G=29.34%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615918700.190.050.23314.5923.8769.61
HexC49FBB01351713b1846
Octal30423727302352747330106
Binary11000100100111111011101101001110110111100111011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FBB; }

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

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

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

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

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

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

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

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