#C389B2

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

Shades of Lily #C389B2

Tints of Lily #C389B2

Color information

#C389B2 (or 0xC389B2) is unknown color: approx Lily. HEX triplet: C3, 89 and B2. RGB value is (195,137,178). Sum of RGB (Red+Green+Blue) = 195+137+178=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 137 (53.91% from 255 or 26.86% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C389B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C389B2 is #3C764D. Grayscale: #9E9E9E. Windows color (decimal): -3962446 or 11700675. OLE color: 11700675.

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

Color convert

RGB195137178-
CMYK00.300.090.24
HSL317.59º32.58%65.1%-
HSV(B)317.59º29.74%76.47%-
XYZ39.4932.7146.35-
YUV159.02138.72153.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 137 (53.91% from 255) = 26.86%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=38.24%
G=26.86%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513717800.300.090.24317.5932.5865.1
HexC389B201E91813e2141
Octal303211262036113047641101
Binary1100001110001001101100100111101001110001001111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C389B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C389B2; }

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

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

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

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

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

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

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

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