#C887BB

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

Shades of Lily #C887BB

Tints of Lily #C887BB

Color information

#C887BB (or 0xC887BB) is unknown color: approx Lily. HEX triplet: C8, 87 and BB. RGB value is (200,135,187). Sum of RGB (Red+Green+Blue) = 200+135+187=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C887BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887BB is #377844. Grayscale: #A0A0A0. Windows color (decimal): -3635269 or 12289992. OLE color: 12289992.

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

Color convert

RGB200135187-
CMYK00.320.060.22
HSL312º37.14%65.69%-
HSV(B)312º32.5%78.43%-
XYZ41.4533.251.24-
YUV160.36143.03156.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.31%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=38.31%
G=25.86%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013518700.320.060.2231237.1465.69
HexC887BB0206161382542
Octal31020727304062647045102
Binary1100100010000111101110110100000110101101001110001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887BB; }

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

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

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

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

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

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

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

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