Html Css Color HEX #886480 Trendy Pink

📋 copy color: '#886480'

red 136 ◦ green 100 ◦ blue 128

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

Shades of Trendy Pink #886480

Tints of Trendy Pink #886480

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 37.36%
G = 27.47%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#886480 (or 0x886480) is known color: Trendy Pink. HEX triplet: 88, 64 and 80. RGB value is (136,100,128). Sum of RGB (Red+Green+Blue) = 136+100+128=364 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.36% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 136 - color contains mainly: red. Hex color #886480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886480 is #779B7F. Grayscale: #717171. Windows color (decimal): -7838592 or 8414344. OLE color: 8414344.

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

Color convert

RGB 136 100 128 -
CMYK 0 0.26 0.06 0.47
HSL 313.33º 0.15% 0.46% -
HSV(B) 313.33º 0.26% 0.53% -
XYZ 18.61 15.91 22.51 -
YUV 113.96 135.93 143.72 -
System Red Green Blue C M Y K H S L
Decimal 136 100 128 0 0.26 0.06 0.47 313.33 0.15 0.46
Hex 88 64 80 0 1A 6 2F 139 F 2E
Octal 210 144 200 0 32 6 57 471 17 56
Binary 10001000 1100100 10000000 0 11010 110 101111 100111001 1111 101110

Color Harmonies of #886480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886480

Black with #886480

Text Example


Text Example

White with #886480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886480; }

 p { color: rgb(136,100,128); }

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

background-color css

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

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

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

border-color css

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

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

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