#886192

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

Shades of Trendy Pink #886192

Tints of Trendy Pink #886192

Color information

#886192 (or 0x886192) is unknown color: approx Trendy Pink. HEX triplet: 88, 61 and 92. RGB value is (136,97,146). Sum of RGB (Red+Green+Blue) = 136+97+146=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 146 - color contains mainly: blue. Hex color #886192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886192 is #779E6D. Grayscale: #727272. Windows color (decimal): -7839342 or 9593224. OLE color: 9593224.

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

Color convert

RGB13697146-
CMYK0.070.3400.43
HSL287.76º20.16%47.65%-
HSV(B)287.76º33.56%57.25%-
XYZ19.6215.8629.22-
YUV114.25145.92143.52-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.88%
GREEN value IS 97 (38.28% from 255) = 25.59%
BLUE value IS 146 (57.42% from 255) = 38.52%
R=35.88%
G=25.59%
B=38.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136971460.070.3400.43287.7620.1647.65
Hex88619272202B1201430
Octal2101412227420534402460
Binary10001000110000110010010111100010010101110010000010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886192; }

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

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

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

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

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

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

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

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