#886481

Color #886481 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #886481

Tints of Trendy Pink #886481

Color information

#886481 (or 0x886481) is unknown color: approx Trendy Pink. HEX triplet: 88, 64 and 81. RGB value is (136,100,129). Sum of RGB (Red+Green+Blue) = 136+100+129=365 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.26% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 136 - color contains mainly: red. Hex color #886481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886481 is #779B7E. Grayscale: #717171. Windows color (decimal): -7838591 or 8479880. OLE color: 8479880.

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

Color convert

RGB136100129-
CMYK00.260.050.47
HSL311.67º15.25%46.27%-
HSV(B)311.67º26.47%53.33%-
XYZ18.6715.9322.86-
YUV114.07136.43143.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.26%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=37.26%
G=27.40%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610012900.260.050.47311.6715.2546.27
Hex88648101A52F138f2e
Octal2101442010325574701756
Binary100010001100100100000010110101011011111001110001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886481; }

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

 H1.HeaderClassName
 {
   color: #886481;
 }
 .AnyTagClassName
 {
   color: #886481;
 }
</style>
background-color css

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

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

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

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

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

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