#885986

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

Shades of Trendy Pink #885986

Tints of Trendy Pink #885986

Color information

#885986 (or 0x885986) is unknown color: approx Trendy Pink. HEX triplet: 88, 59 and 86. RGB value is (136,89,134). Sum of RGB (Red+Green+Blue) = 136+89+134=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 136 - color contains mainly: red. Hex color #885986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885986 is #77A679. Grayscale: #6C6C6C. Windows color (decimal): -7841402 or 8804744. OLE color: 8804744.

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

Color convert

RGB13689134-
CMYK00.350.010.47
HSL302.55º20.89%44.12%-
HSV(B)302.55º34.56%53.33%-
XYZ18.0314.124.33-
YUV108.18142.57147.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.88%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=37.88%
G=24.79%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368913400.350.010.47302.5520.8944.12
Hex88598602312F12f152c
Octal2101312060431574572554
Binary100010001011001100001100100011110111110010111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885986; }

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

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

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

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

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

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

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

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