#C389AF

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

Shades of Lily #C389AF

Tints of Lily #C389AF

Color information

#C389AF (or 0xC389AF) is unknown color: approx Lily. HEX triplet: C3, 89 and AF. RGB value is (195,137,175). Sum of RGB (Red+Green+Blue) = 195+137+175=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C389AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389AF is #3C7650. Grayscale: #9E9E9E. Windows color (decimal): -3962449 or 11504067. OLE color: 11504067.

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

Color convert

RGB195137175-
CMYK00.300.100.24
HSL320.69º32.58%65.1%-
HSV(B)320.69º29.74%76.47%-
XYZ39.1932.5944.78-
YUV158.67137.22153.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.46%
GREEN value IS 137 (53.91% from 255) = 27.02%
BLUE value IS 175 (68.75% from 255) = 34.52%
R=38.46%
G=27.02%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513717500.300.100.24320.6932.5865.1
HexC389AF01EA181412141
Octal303211257036123050141101
Binary1100001110001001101011110111101010110001010000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389AF; }

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

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

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

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

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

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

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

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