#C490AC

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

Shades of Lily #C490AC

Tints of Lily #C490AC

Color information

#C490AC (or 0xC490AC) is unknown color: approx Lily. HEX triplet: C4, 90 and AC. RGB value is (196,144,172). Sum of RGB (Red+Green+Blue) = 196+144+172=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AC is #3B6F53. Grayscale: #A2A2A2. Windows color (decimal): -3895124 or 11309252. OLE color: 11309252.

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

Color convert

RGB196144172-
CMYK00.270.120.23
HSL327.69º30.59%66.67%-
HSV(B)327.69º26.53%76.86%-
XYZ40.1834.6643.6-
YUV162.74133.23151.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 172 (67.58% from 255) = 33.59%
R=38.28%
G=28.12%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614417200.270.120.23327.6930.5966.67
HexC490AC01BC171481f43
Octal304220254033142751037103
Binary110001001001000010101100011011110010111101001000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490AC; }

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

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

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

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

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

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

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

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