#C389AC

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

Shades of Lily #C389AC

Tints of Lily #C389AC

Color information

#C389AC (or 0xC389AC) is unknown color: approx Lily. HEX triplet: C3, 89 and AC. RGB value is (195,137,172). Sum of RGB (Red+Green+Blue) = 195+137+172=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C389AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389AC is #3C7653. Grayscale: #9E9E9E. Windows color (decimal): -3962452 or 11307459. OLE color: 11307459.

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

Color convert

RGB195137172-
CMYK00.300.120.24
HSL323.79º32.58%65.1%-
HSV(B)323.79º29.74%76.47%-
XYZ38.932.4743.25-
YUV158.33135.72154.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.69%
GREEN value IS 137 (53.91% from 255) = 27.18%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=38.69%
G=27.18%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513717200.300.120.24323.7932.5865.1
HexC389AC01EC181442141
Octal303211254036143050441101
Binary1100001110001001101011000111101100110001010001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389AC; }

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

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

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

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

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

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

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

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