#C491BB

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

Shades of Lily #C491BB

Tints of Lily #C491BB

Color information

#C491BB (or 0xC491BB) is unknown color: approx Lily. HEX triplet: C4, 91 and BB. RGB value is (196,145,187). Sum of RGB (Red+Green+Blue) = 196+145+187=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 145 (57.03% from 255 or 27.46% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BB is #3B6E44. Grayscale: #A4A4A4. Windows color (decimal): -3894853 or 12292548. OLE color: 12292548.

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

Color convert

RGB196145187-
CMYK00.260.050.23
HSL310.59º30.18%66.86%-
HSV(B)310.59º26.02%76.86%-
XYZ41.8635.5751.67-
YUV165.04140.4150.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.12%
GREEN value IS 145 (57.03% from 255) = 27.46%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=37.12%
G=27.46%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614518700.260.050.23310.5930.1866.86
HexC491BB01A5171371e43
Octal30422127303252746736103
Binary11000100100100011011101101101010110111100110111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491BB; }

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

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

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

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

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

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

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

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