#C887B6

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

Shades of Lily #C887B6

Tints of Lily #C887B6

Color information

#C887B6 (or 0xC887B6) is unknown color: approx Lily. HEX triplet: C8, 87 and B6. RGB value is (200,135,182). Sum of RGB (Red+Green+Blue) = 200+135+182=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887B6 is #377849. Grayscale: #9F9F9F. Windows color (decimal): -3635274 or 11962312. OLE color: 11962312.

HSL color Cylindrical-coordinate representation of color #C887B6: hue angle of 316.62º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C887B6 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB200135182-
CMYK00.320.090.22
HSL316.62º37.14%65.69%-
HSV(B)316.62º32.5%78.43%-
XYZ40.9332.9848.47-
YUV159.79140.53156.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=38.68%
G=26.11%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013518200.320.090.22316.6237.1465.69
HexC887B602091613d2542
Octal310207266040112647545102
Binary11001000100001111011011001000001001101101001111011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887B6; }

 p { color: rgb(200,135,182); }

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

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

 a { background-color: rgb(200,135,182); }

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

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

 span { border-color: rgb(200,135,182); }

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