#C887B0

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

Shades of Lily #C887B0

Tints of Lily #C887B0

Color information

#C887B0 (or 0xC887B0) is unknown color: approx Lily. HEX triplet: C8, 87 and B0. RGB value is (200,135,176). Sum of RGB (Red+Green+Blue) = 200+135+176=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C887B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887B0 is #37784F. Grayscale: #9F9F9F. Windows color (decimal): -3635280 or 11569096. OLE color: 11569096.

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

Color convert

RGB200135176-
CMYK00.320.120.22
HSL322.15º37.14%65.69%-
HSV(B)322.15º32.5%78.43%-
XYZ40.3232.7445.27-
YUV159.11137.53157.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=39.14%
G=26.42%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013517600.320.120.22322.1537.1465.69
HexC887B0020C161422542
Octal310207260040142650245102
Binary11001000100001111011000001000001100101101010000101001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887B0; }

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

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

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

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

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

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

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

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