#C893BD

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

Shades of Lily #C893BD

Tints of Lily #C893BD

Color information

#C893BD (or 0xC893BD) is unknown color: approx Lily. HEX triplet: C8, 93 and BD. RGB value is (200,147,189). Sum of RGB (Red+Green+Blue) = 200+147+189=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 200 - color contains mainly: red. Hex color #C893BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893BD is #376C42. Grayscale: #A7A7A7. Windows color (decimal): -3632195 or 12424136. OLE color: 12424136.

HSL color Cylindrical-coordinate representation of color #C893BD: hue angle of 312.45º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C893BD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200147189-
CMYK00.260.060.22
HSL312.45º32.52%68.04%-
HSV(B)312.45º26.5%78.43%-
XYZ43.4436.8252.96-
YUV167.64140.06151.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.31%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=37.31%
G=27.43%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014718900.260.060.22312.4532.5268.04
HexC893BD01A6161382144
Octal31022327503262647041104
Binary110010001001001110111101011010110101101001110001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893BD; }

 p { color: rgb(200,147,189); }

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

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

 a { background-color: rgb(200,147,189); }

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

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

 span { border-color: rgb(200,147,189); }

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