#C893BB

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

Shades of Lily #C893BB

Tints of Lily #C893BB

Color information

#C893BB (or 0xC893BB) is unknown color: approx Lily. HEX triplet: C8, 93 and BB. RGB value is (200,147,187). Sum of RGB (Red+Green+Blue) = 200+147+187=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C893BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893BB is #376C44. Grayscale: #A7A7A7. Windows color (decimal): -3632197 or 12293064. OLE color: 12293064.

HSL color Cylindrical-coordinate representation of color #C893BB: hue angle of 314.72º 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 #C893BB is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB200147187-
CMYK00.260.060.22
HSL314.72º32.52%68.04%-
HSV(B)314.72º26.5%78.43%-
XYZ43.2236.7351.83-
YUV167.41139.06151.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=37.45%
G=27.53%
B=35.02%

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
Decimal20014718700.260.060.22314.7232.5268.04
HexC893BB01A61613b2144
Octal31022327303262647341104
Binary110010001001001110111011011010110101101001110111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893BB; }

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

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

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

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

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

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

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

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