Html Css Color HEX #886686 Trendy Pink

📋 copy color: '#886686'

red 136 ◦ green 102 ◦ blue 134

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

Shades of Trendy Pink #886686

Tints of Trendy Pink #886686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 36.56%
G = 27.42%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#886686 (or 0x886686) is known color: Trendy Pink. HEX triplet: 88, 66 and 86. RGB value is (136,102,134). Sum of RGB (Red+Green+Blue) = 136+102+134=372 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.56% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 136 - color contains mainly: red. Hex color #886686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886686 is #779979. Grayscale: #737373. Windows color (decimal): -7838074 or 8808072. OLE color: 8808072.

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

Color convert

RGB 136 102 134 -
CMYK 0 0.25 0.01 0.47
HSL 303.53º 0.14% 0.47% -
HSV(B) 303.53º 0.25% 0.53% -
XYZ 19.21 16.46 24.72 -
YUV 115.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 136 102 134 0 0.25 0.01 0.47 303.53 0.14 0.47
Hex 88 66 86 0 19 1 2F 130 E 2F
Octal 210 146 206 0 31 1 57 460 16 57
Binary 10001000 1100110 10000110 0 11001 1 101111 100110000 1110 101111

Color Harmonies of #886686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886686

Black with #886686

Text Example


Text Example

White with #886686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886686; }

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

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

background-color css

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

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

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

border-color css

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

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

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