#C886B8

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

Shades of Lily #C886B8

Tints of Lily #C886B8

Color information

#C886B8 (or 0xC886B8) is unknown color: approx Lily. HEX triplet: C8, 86 and B8. RGB value is (200,134,184). Sum of RGB (Red+Green+Blue) = 200+134+184=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886B8 is #377947. Grayscale: #9F9F9F. Windows color (decimal): -3635528 or 12093128. OLE color: 12093128.

HSL color Cylindrical-coordinate representation of color #C886B8: hue angle of 314.55º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C886B8 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200134184-
CMYK00.330.080.22
HSL314.55º37.5%65.49%-
HSV(B)314.55º33%78.43%-
XYZ4132.7949.52-
YUV159.43141.87156.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 134 (52.73% from 255) = 25.87%
BLUE value IS 184 (72.27% from 255) = 35.52%
R=38.61%
G=25.87%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013418400.330.080.22314.5537.565.49
HexC886B802181613b2641
Octal310206270041102647346101
Binary11001000100001101011100001000011000101101001110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886B8; }

 p { color: rgb(200,134,184); }

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

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

 a { background-color: rgb(200,134,184); }

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

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

 span { border-color: rgb(200,134,184); }

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