#C389AA

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

Shades of Lily #C389AA

Tints of Lily #C389AA

Color information

#C389AA (or 0xC389AA) is unknown color: approx Lily. HEX triplet: C3, 89 and AA. RGB value is (195,137,170). Sum of RGB (Red+Green+Blue) = 195+137+170=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C389AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389AA is #3C7655. Grayscale: #9E9E9E. Windows color (decimal): -3962454 or 11176387. OLE color: 11176387.

HSL color Cylindrical-coordinate representation of color #C389AA: hue angle of 325.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C389AA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195137170-
CMYK00.300.130.24
HSL325.86º32.58%65.1%-
HSV(B)325.86º29.74%76.47%-
XYZ38.7132.442.24-
YUV158.1134.72154.32-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 137 (53.91% from 255) = 27.29%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=38.84%
G=27.29%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513717000.300.130.24325.8632.5865.1
HexC389AA01ED181462141
Octal303211252036153050641101
Binary1100001110001001101010100111101101110001010001101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389AA; }

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

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

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

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

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

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

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

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