Html Css Color HEX #884C80 Trendy Pink

📋 copy color: '#884C80'

red 136 ◦ green 76 ◦ blue 128

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

Shades of Trendy Pink #884C80

Tints of Trendy Pink #884C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 40%
G = 22.35%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#884C80 (or 0x884C80) is known color: Trendy Pink. HEX triplet: 88, 4C and 80. RGB value is (136,76,128). Sum of RGB (Red+Green+Blue) = 136+76+128=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #884C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884C80 is #77B37F. Grayscale: #636363. Windows color (decimal): -7844736 or 8408200. OLE color: 8408200.

HSL color Cylindrical-coordinate representation of color #884C80: hue angle of 308º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C80 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 128 -
CMYK 0 0.44 0.06 0.47
HSL 308º 0.28% 0.42% -
HSV(B) 308º 0.44% 0.53% -
XYZ 16.63 11.96 21.85 -
YUV 99.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 136 76 128 0 0.44 0.06 0.47 308 0.28 0.42
Hex 88 4C 80 0 2C 6 2F 134 1C 2A
Octal 210 114 200 0 54 6 57 464 34 52
Binary 10001000 1001100 10000000 0 101100 110 101111 100110100 11100 101010

Color Harmonies of #884C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C80

Black with #884C80

Text Example


Text Example

White with #884C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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