#C490A9

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

Shades of Lily #C490A9

Tints of Lily #C490A9

Color information

#C490A9 (or 0xC490A9) is unknown color: approx Lily. HEX triplet: C4, 90 and A9. RGB value is (196,144,169). Sum of RGB (Red+Green+Blue) = 196+144+169=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C490A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490A9 is #3B6F56. Grayscale: #A2A2A2. Windows color (decimal): -3895127 or 11112644. OLE color: 11112644.

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

Color convert

RGB196144169-
CMYK00.270.140.23
HSL331.15º30.59%66.67%-
HSV(B)331.15º26.53%76.86%-
XYZ39.934.5542.1-
YUV162.4131.73151.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=38.51%
G=28.29%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614416900.270.140.23331.1530.5966.67
HexC490A901BE1714b1f43
Octal304220251033162751337103
Binary110001001001000010101001011011111010111101001011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490A9; }

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

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

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

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

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

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

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

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