#886C8C

Color #886C8C Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #886C8C

Tints of Trendy Pink #886C8C

Color information

#886C8C (or 0x886C8C) is unknown color: approx Trendy Pink. HEX triplet: 88, 6C and 8C. RGB value is (136,108,140). Sum of RGB (Red+Green+Blue) = 136+108+140=384 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.42% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #886C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886C8C is #779373. Grayscale: #777777. Windows color (decimal): -7836532 or 9202824. OLE color: 9202824.

HSL color Cylindrical-coordinate representation of color #886C8C: hue angle of 292.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #886C8C is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136108140-
CMYK0.030.2300.45
HSL292.5º12.9%48.63%-
HSV(B)292.5º22.86%54.9%-
XYZ20.2517.8527.19-
YUV120.02139.28139.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.42%
GREEN value IS 108 (42.58% from 255) = 28.12%
BLUE value IS 140 (55.08% from 255) = 36.46%
R=35.42%
G=28.12%
B=36.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361081400.030.2300.45292.512.948.63
Hex886C8C31702D124d31
Octal2101542143270554441561
Binary10001000110110010001100111011101011011001001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886C8C; }

 p { color: rgb(136,108,140); }

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

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

 a { background-color: rgb(136,108,140); }

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

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

 span { border-color: rgb(136,108,140); }

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