#C886B7

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

Shades of Lily #C886B7

Tints of Lily #C886B7

Color information

#C886B7 (or 0xC886B7) is unknown color: approx Lily. HEX triplet: C8, 86 and B7. RGB value is (200,134,183). Sum of RGB (Red+Green+Blue) = 200+134+183=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C886B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C886B7 is #377948. Grayscale: #9F9F9F. Windows color (decimal): -3635529 or 12027592. OLE color: 12027592.

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

Color convert

RGB200134183-
CMYK00.330.080.22
HSL315.45º37.5%65.49%-
HSV(B)315.45º33%78.43%-
XYZ40.8932.7548.97-
YUV159.32141.37157.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.68%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 183 (71.88% from 255) = 35.40%
R=38.68%
G=25.92%
B=35.40%

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
Decimal20013418300.330.080.22315.4537.565.49
HexC886B702181613b2641
Octal310206267041102647346101
Binary11001000100001101011011101000011000101101001110111001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C886B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C886B7; }

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

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

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

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

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

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

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

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