#C49FBA

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

Shades of Lily #C49FBA

Tints of Lily #C49FBA

Color information

#C49FBA (or 0xC49FBA) is unknown color: approx Lily. HEX triplet: C4, 9F and BA. RGB value is (196,159,186). Sum of RGB (Red+Green+Blue) = 196+159+186=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBA is #3B6045. Grayscale: #ADADAD. Windows color (decimal): -3891270 or 12230596. OLE color: 12230596.

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

Color convert

RGB196159186-
CMYK00.190.050.23
HSL316.22º23.87%69.61%-
HSV(B)316.22º18.88%76.86%-
XYZ44.0340.0851.87-
YUV173.14135.26144.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.23%
GREEN value IS 159 (62.5% from 255) = 29.39%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=36.23%
G=29.39%
B=34.38%

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
Decimal19615918600.190.050.23316.2223.8769.61
HexC49FBA01351713c1846
Octal30423727202352747430106
Binary11000100100111111011101001001110110111100111100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FBA; }

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

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

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

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

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

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

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

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