#886586

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

Shades of Trendy Pink #886586

Tints of Trendy Pink #886586

Color information

#886586 (or 0x886586) is unknown color: approx Trendy Pink. HEX triplet: 88, 65 and 86. RGB value is (136,101,134). Sum of RGB (Red+Green+Blue) = 136+101+134=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 136 - color contains mainly: red. Hex color #886586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886586 is #779A79. Grayscale: #737373. Windows color (decimal): -7838330 or 8807816. OLE color: 8807816.

HSL color Cylindrical-coordinate representation of color #886586: hue angle of 303.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886586 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB136101134-
CMYK00.260.010.47
HSL303.43º14.77%46.47%-
HSV(B)303.43º25.74%53.33%-
XYZ19.1116.2624.69-
YUV115.23138.6142.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 101 (39.84% from 255) = 27.22%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=36.66%
G=27.22%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610113400.260.010.47303.4314.7746.47
Hex88658601A12F12ff2e
Octal2101452060321574571756
Binary1000100011001011000011001101011011111001011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886586; }

 p { color: rgb(136,101,134); }

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

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

 a { background-color: rgb(136,101,134); }

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

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

 span { border-color: rgb(136,101,134); }

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