#C390B9

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

Shades of Lily #C390B9

Tints of Lily #C390B9

Color information

#C390B9 (or 0xC390B9) is unknown color: approx Lily. HEX triplet: C3, 90 and B9. RGB value is (195,144,185). Sum of RGB (Red+Green+Blue) = 195+144+185=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C390B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390B9 is #3C6F46. Grayscale: #A3A3A3. Windows color (decimal): -3960647 or 12161219. OLE color: 12161219.

HSL color Cylindrical-coordinate representation of color #C390B9: hue angle of 311.76º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C390B9 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB195144185-
CMYK00.260.050.24
HSL311.76º29.82%66.47%-
HSV(B)311.76º26.15%76.47%-
XYZ41.2435.0550.49-
YUV163.92139.9150.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=37.21%
G=27.48%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514418500.260.050.24311.7629.8266.47
HexC390B901A5181381e42
Octal30322027103253047036102
Binary11000011100100001011100101101010111000100111000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390B9; }

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

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

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

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

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

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

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

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