#C490AF

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

Shades of Lily #C490AF

Tints of Lily #C490AF

Color information

#C490AF (or 0xC490AF) is unknown color: approx Lily. HEX triplet: C4, 90 and AF. RGB value is (196,144,175). Sum of RGB (Red+Green+Blue) = 196+144+175=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 144 (56.64% from 255 or 27.96% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AF is #3B6F50. Grayscale: #A3A3A3. Windows color (decimal): -3895121 or 11505860. OLE color: 11505860.

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

Color convert

RGB196144175-
CMYK00.270.110.23
HSL324.23º30.59%66.67%-
HSV(B)324.23º26.53%76.86%-
XYZ40.4834.7845.14-
YUV163.08134.73151.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 144 (56.64% from 255) = 27.96%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=38.06%
G=27.96%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614417500.270.110.23324.2330.5966.67
HexC490AF01BB171441f43
Octal304220257033132750437103
Binary110001001001000010101111011011101110111101000100111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490AF; }

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

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

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

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

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

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

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

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