#886582

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

Shades of Trendy Pink #886582

Tints of Trendy Pink #886582

Color information

#886582 (or 0x886582) is unknown color: approx Trendy Pink. HEX triplet: 88, 65 and 82. RGB value is (136,101,130). Sum of RGB (Red+Green+Blue) = 136+101+130=367 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.06% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 136 - color contains mainly: red. Hex color #886582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886582 is #779A7D. Grayscale: #727272. Windows color (decimal): -7838334 or 8545672. OLE color: 8545672.

HSL color Cylindrical-coordinate representation of color #886582: hue angle of 310.29º 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 #886582 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB136101130-
CMYK00.260.040.47
HSL310.29º14.77%46.47%-
HSV(B)310.29º25.74%53.33%-
XYZ18.8416.1523.24-
YUV114.77136.6143.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.06%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=37.06%
G=27.52%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610113000.260.040.47310.2914.7746.47
Hex88658201A42F136f2e
Octal2101452020324574661756
Binary100010001100101100000100110101001011111001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886582; }

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

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

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

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

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

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

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

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