#c490b6

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

Shades of Lily #C490B6

Tints of Lily #C490B6

Color information

#C490B6 (or 0xC490B6) is unknown color: approx Lily. HEX triplet: C4, 90 and B6. RGB value is (196,144,182). Sum of RGB (Red+Green+Blue) = 196+144+182=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B6 is #3B6F49. Grayscale: #A3A3A3. Windows color (decimal): -3895114 or 11964612. OLE color: 11964612.

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

Color convert

RGB196144182-
CMYK00.270.070.23
HSL316.15º30.59%66.67%-
HSV(B)316.15º26.53%76.86%-
XYZ41.1835.0648.85-
YUV163.88138.23150.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 144 (56.64% from 255) = 27.59%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=37.55%
G=27.59%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614418200.270.070.23316.1530.5966.67
HexC490B601B71713c1f43
Octal30422026603372747437103
Binary11000100100100001011011001101111110111100111100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c490b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c490b6; }

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

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

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

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

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

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

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

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