#886291

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

Shades of Trendy Pink #886291

Tints of Trendy Pink #886291

Color information

#886291 (or 0x886291) is unknown color: approx Trendy Pink. HEX triplet: 88, 62 and 91. RGB value is (136,98,145). Sum of RGB (Red+Green+Blue) = 136+98+145=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 145 - color contains mainly: blue. Hex color #886291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886291 is #779D6E. Grayscale: #727272. Windows color (decimal): -7839087 or 9527944. OLE color: 9527944.

HSL color Cylindrical-coordinate representation of color #886291: hue angle of 288.51º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886291 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13698145-
CMYK0.060.3200.43
HSL288.51º19.34%47.65%-
HSV(B)288.51º32.41%56.86%-
XYZ19.6316.0128.84-
YUV114.72145.09143.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=35.88%
G=25.86%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136981450.060.3200.43288.5119.3447.65
Hex88629162002B1211330
Octal2101422216400534412360
Binary10001000110001010010001110100000010101110010000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886291; }

 p { color: rgb(136,98,145); }

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

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

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

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

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

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

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