Html Css Color HEX #886A86 Trendy Pink

📋 copy color: '#886A86'

red 136 ◦ green 106 ◦ blue 134

#886A86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #886A86

Tints of Trendy Pink #886A86

RGB

 RED value IS 136 (53.52% from 255) = 36.17%

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 36.17%
G = 28.19%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#886A86 (or 0x886A86) is known color: Trendy Pink. HEX triplet: 88, 6A and 86. RGB value is (136,106,134). Sum of RGB (Red+Green+Blue) = 136+106+134=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 136 - color contains mainly: red. Hex color #886A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A86 is #779579. Grayscale: #767676. Windows color (decimal): -7837050 or 8809096. OLE color: 8809096.

HSL color Cylindrical-coordinate representation of color #886A86: hue angle of 304º 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 #886A86 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 106 134 -
CMYK 0 0.22 0.01 0.47
HSL 304º 0.12% 0.47% -
HSV(B) 304º 0.22% 0.53% -
XYZ 19.61 17.26 24.85 -
YUV 118.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 136 106 134 0 0.22 0.01 0.47 304 0.12 0.47
Hex 88 6A 86 0 16 1 2F 130 C 2F
Octal 210 152 206 0 26 1 57 460 14 57
Binary 10001000 1101010 10000110 0 10110 1 101111 100110000 1100 101111

Color Harmonies of #886A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886A86

Black with #886A86

Text Example


Text Example

White with #886A86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #886A86;
 }
 .AnyTagClassName
 {
   color: #886A86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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