#C887BA

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

Shades of Lily #C887BA

Tints of Lily #C887BA

Color information

#C887BA (or 0xC887BA) is unknown color: approx Lily. HEX triplet: C8, 87 and BA. RGB value is (200,135,186). Sum of RGB (Red+Green+Blue) = 200+135+186=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C887BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C887BA is #377845. Grayscale: #A0A0A0. Windows color (decimal): -3635270 or 12224456. OLE color: 12224456.

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

Color convert

RGB200135186-
CMYK00.320.070.22
HSL312.92º37.14%65.69%-
HSV(B)312.92º32.5%78.43%-
XYZ41.3533.1550.67-
YUV160.25142.53156.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.39%
GREEN value IS 135 (53.12% from 255) = 25.91%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=38.39%
G=25.91%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013518600.320.070.22312.9237.1465.69
HexC887BA0207161392542
Octal31020727204072647145102
Binary1100100010000111101110100100000111101101001110011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887BA; }

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

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

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

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

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

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

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

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