Html Css Color HEX #886C88 Trendy Pink

📋 copy color: '#886C88'

red 136 ◦ green 108 ◦ blue 136

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

Shades of Trendy Pink #886C88

Tints of Trendy Pink #886C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.42%

 BLUE value IS 136 (53.52% from 255) = 35.79%

R = 35.79%
G = 28.42%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#886C88 (or 0x886C88) is known color: Trendy Pink. HEX triplet: 88, 6C and 88. RGB value is (136,108,136). Sum of RGB (Red+Green+Blue) = 136+108+136=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886C88 is #779377. Grayscale: #777777. Windows color (decimal): -7836536 or 8940680. OLE color: 8940680.

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

Color convert

RGB 136 108 136 -
CMYK 0 0.21 0 0.47
HSL 300º 0.11% 0.48% -
HSV(B) 300º 0.21% 0.53% -
XYZ 19.96 17.74 25.66 -
YUV 119.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 136 108 136 0 0.21 0 0.47 300 0.11 0.48
Hex 88 6C 88 0 15 0 2F 12C B 30
Octal 210 154 210 0 25 0 57 454 13 60
Binary 10001000 1101100 10001000 0 10101 0 101111 100101100 1011 110000

Color Harmonies of #886C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886C88

Black with #886C88

Text Example


Text Example

White with #886C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,136); }

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

background-color css

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

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

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

border-color css

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

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

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