#886A84

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

Shades of Trendy Pink #886A84

Tints of Trendy Pink #886A84

Color information

#886A84 (or 0x886A84) is unknown color: approx Trendy Pink. HEX triplet: 88, 6A and 84. RGB value is (136,106,132). Sum of RGB (Red+Green+Blue) = 136+106+132=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 136 - color contains mainly: red. Hex color #886A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A84 is #77957B. Grayscale: #757575. Windows color (decimal): -7837052 or 8678024. OLE color: 8678024.

HSL color Cylindrical-coordinate representation of color #886A84: hue angle of 308º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #886A84 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB136106132-
CMYK00.220.030.47
HSL308º12.4%47.45%-
HSV(B)308º22.06%53.33%-
XYZ19.4717.2124.13-
YUV117.93135.94140.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 106 (41.80% from 255) = 28.34%
BLUE value IS 132 (51.95% from 255) = 35.29%
R=36.36%
G=28.34%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610613200.220.030.4730812.447.45
Hex886A8401632F134c2f
Octal2101522040263574641457
Binary10001000110101010000100010110111011111001101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,106,132); }

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

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

 a { background-color: rgb(136,106,132); }

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

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

 span { border-color: rgb(136,106,132); }

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