#886889

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

Shades of Trendy Pink #886889

Tints of Trendy Pink #886889

Color information

#886889 (or 0x886889) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 89. RGB value is (136,104,137). Sum of RGB (Red+Green+Blue) = 136+104+137=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 137 - color contains mainly: blue. Hex color #886889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886889 is #779776. Grayscale: #757575. Windows color (decimal): -7837559 or 9005192. OLE color: 9005192.

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

Color convert

RGB136104137-
CMYK0.010.2400.46
HSL298.18º13.69%47.25%-
HSV(B)298.18º24.09%53.73%-
XYZ19.6216.9425.9-
YUV117.33139.1141.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.07%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 137 (53.91% from 255) = 36.34%
R=36.07%
G=27.59%
B=36.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1361041370.010.2400.46298.1813.6947.25
Hex88688911802E12ae2f
Octal2101502111300564521657
Binary1000100011010001000100111100001011101001010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886889; }

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

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

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

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

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

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

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

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