#C390AA

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

Shades of Lily #C390AA

Tints of Lily #C390AA

Color information

#C390AA (or 0xC390AA) is unknown color: approx Lily. HEX triplet: C3, 90 and AA. RGB value is (195,144,170). Sum of RGB (Red+Green+Blue) = 195+144+170=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 195 - color contains mainly: red. Hex color #C390AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C390AA is #3C6F55. Grayscale: #A2A2A2. Windows color (decimal): -3960662 or 11178179. OLE color: 11178179.

HSL color Cylindrical-coordinate representation of color #C390AA: hue angle of 329.41º 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 #C390AA is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195144170-
CMYK00.260.130.24
HSL329.41º29.82%66.47%-
HSV(B)329.41º26.15%76.47%-
XYZ39.7334.4542.59-
YUV162.21132.4151.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.31%
GREEN value IS 144 (56.64% from 255) = 28.29%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=38.31%
G=28.29%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514417000.260.130.24329.4129.8266.47
HexC390AA01AD181491e42
Octal303220252032153051136102
Binary110000111001000010101010011010110111000101001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390AA; }

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

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

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

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

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

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

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

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