#C491BA

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

Shades of Lily #C491BA

Tints of Lily #C491BA

Color information

#C491BA (or 0xC491BA) is unknown color: approx Lily. HEX triplet: C4, 91 and BA. RGB value is (196,145,186). Sum of RGB (Red+Green+Blue) = 196+145+186=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BA is #3B6E45. Grayscale: #A4A4A4. Windows color (decimal): -3894854 or 12227012. OLE color: 12227012.

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

Color convert

RGB196145186-
CMYK00.260.050.23
HSL311.76º30.18%66.86%-
HSV(B)311.76º26.02%76.86%-
XYZ41.7535.5351.11-
YUV164.92139.9150.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 186 (73.05% from 255) = 35.29%
R=37.19%
G=27.51%
B=35.29%

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
Decimal19614518600.260.050.23311.7630.1866.86
HexC491BA01A5171381e43
Octal30422127203252747036103
Binary11000100100100011011101001101010110111100111000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C491BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C491BA; }

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

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

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

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

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

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

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

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