#C893BC

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

Shades of Lily #C893BC

Tints of Lily #C893BC

Color information

#C893BC (or 0xC893BC) is unknown color: approx Lily. HEX triplet: C8, 93 and BC. RGB value is (200,147,188). Sum of RGB (Red+Green+Blue) = 200+147+188=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 200 - color contains mainly: red. Hex color #C893BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893BC is #376C43. Grayscale: #A7A7A7. Windows color (decimal): -3632196 or 12358600. OLE color: 12358600.

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

Color convert

RGB200147188-
CMYK00.260.060.22
HSL313.58º32.52%68.04%-
HSV(B)313.58º26.5%78.43%-
XYZ43.3336.7852.39-
YUV167.52139.56151.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 147 (57.81% from 255) = 27.48%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=37.38%
G=27.48%
B=35.14%

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
Decimal20014718800.260.060.22313.5832.5268.04
HexC893BC01A61613a2144
Octal31022327403262647241104
Binary110010001001001110111100011010110101101001110101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C893BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C893BC; }

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

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

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

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

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

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

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

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