#886392

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

Shades of Trendy Pink #886392

Tints of Trendy Pink #886392

Color information

#886392 (or 0x886392) is unknown color: approx Trendy Pink. HEX triplet: 88, 63 and 92. RGB value is (136,99,146). Sum of RGB (Red+Green+Blue) = 136+99+146=381 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.70% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #886392 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886392 is #779C6D. Grayscale: #737373. Windows color (decimal): -7838830 or 9593736. OLE color: 9593736.

HSL color Cylindrical-coordinate representation of color #886392: hue angle of 287.23º 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 #886392 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13699146-
CMYK0.070.3200.43
HSL287.23º19.18%48.04%-
HSV(B)287.23º32.19%57.25%-
XYZ19.816.2329.28-
YUV115.42145.26142.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.70%
GREEN value IS 99 (39.06% from 255) = 25.98%
BLUE value IS 146 (57.42% from 255) = 38.32%
R=35.70%
G=25.98%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136991460.070.3200.43287.2319.1848.04
Hex88639272002B11f1330
Octal2101432227400534372360
Binary10001000110001110010010111100000010101110001111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886392; }

 p { color: rgb(136,99,146); }

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

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

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

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

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

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

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