#C490B3

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

Shades of Lily #C490B3

Tints of Lily #C490B3

Color information

#C490B3 (or 0xC490B3) is unknown color: approx Lily. HEX triplet: C4, 90 and B3. RGB value is (196,144,179). Sum of RGB (Red+Green+Blue) = 196+144+179=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B3 is #3B6F4C. Grayscale: #A3A3A3. Windows color (decimal): -3895117 or 11768004. OLE color: 11768004.

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

Color convert

RGB196144179-
CMYK00.270.090.23
HSL319.62º30.59%66.67%-
HSV(B)319.62º26.53%76.86%-
XYZ40.8734.9447.24-
YUV163.54136.73151.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 179 (70.31% from 255) = 34.49%
R=37.76%
G=27.75%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614417900.270.090.23319.6230.5966.67
HexC490B301B9171401f43
Octal304220263033112750037103
Binary110001001001000010110011011011100110111101000000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490B3; }

 p { color: rgb(196,144,179); }

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

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

 a { background-color: rgb(196,144,179); }

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

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

 span { border-color: rgb(196,144,179); }

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