#C490B9

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

Shades of Lily #C490B9

Tints of Lily #C490B9

Color information

#C490B9 (or 0xC490B9) is unknown color: approx Lily. HEX triplet: C4, 90 and B9. RGB value is (196,144,185). Sum of RGB (Red+Green+Blue) = 196+144+185=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C490B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490B9 is #3B6F46. Grayscale: #A4A4A4. Windows color (decimal): -3895111 or 12161220. OLE color: 12161220.

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

Color convert

RGB196144185-
CMYK00.270.060.23
HSL312.69º30.59%66.67%-
HSV(B)312.69º26.53%76.86%-
XYZ41.535.1950.5-
YUV164.22139.73150.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 144 (56.64% from 255) = 27.43%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=37.33%
G=27.43%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614418500.270.060.23312.6930.5966.67
HexC490B901B6171391f43
Octal30422027103362747137103
Binary11000100100100001011100101101111010111100111001111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490B9; }

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

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

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

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

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

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

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

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