#C887AF

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

Shades of Lily #C887AF

Tints of Lily #C887AF

Color information

#C887AF (or 0xC887AF) is unknown color: approx Lily. HEX triplet: C8, 87 and AF. RGB value is (200,135,175). Sum of RGB (Red+Green+Blue) = 200+135+175=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C887AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C887AF is #377850. Grayscale: #9E9E9E. Windows color (decimal): -3635281 or 11503560. OLE color: 11503560.

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

Color convert

RGB200135175-
CMYK00.320.120.22
HSL323.08º37.14%65.69%-
HSV(B)323.08º32.5%78.43%-
XYZ40.2232.744.75-
YUV158.99137.03157.25-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=39.22%
G=26.47%
B=34.31%

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
Decimal20013517500.320.120.22323.0837.1465.69
HexC887AF020C161432542
Octal310207257040142650345102
Binary11001000100001111010111101000001100101101010000111001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C887AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C887AF; }

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

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

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

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

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

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

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

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