#886289

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

Shades of Trendy Pink #886289

Tints of Trendy Pink #886289

Color information

#886289 (or 0x886289) is unknown color: approx Trendy Pink. HEX triplet: 88, 62 and 89. RGB value is (136,98,137). Sum of RGB (Red+Green+Blue) = 136+98+137=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 137 - color contains mainly: blue. Hex color #886289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886289 is #779D76. Grayscale: #717171. Windows color (decimal): -7839095 or 9003656. OLE color: 9003656.

HSL color Cylindrical-coordinate representation of color #886289: hue angle of 298.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #886289 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13698137-
CMYK0.010.2800.46
HSL298.46º16.6%46.08%-
HSV(B)298.46º28.47%53.73%-
XYZ19.0415.7825.71-
YUV113.81141.09143.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=36.66%
G=26.42%
B=36.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal136981370.010.2800.46298.4616.646.08
Hex88628911C02E12a112e
Octal2101422111340564522156
Binary10001000110001010001001111100010111010010101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886289; }

 p { color: rgb(136,98,137); }

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

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

 a { background-color: rgb(136,98,137); }

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

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

 span { border-color: rgb(136,98,137); }

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