#886A8C

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

Shades of Trendy Pink #886A8C

Tints of Trendy Pink #886A8C

Color information

#886A8C (or 0x886A8C) is unknown color: approx Trendy Pink. HEX triplet: 88, 6A and 8C. RGB value is (136,106,140). Sum of RGB (Red+Green+Blue) = 136+106+140=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #886A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886A8C is #779573. Grayscale: #767676. Windows color (decimal): -7837044 or 9202312. OLE color: 9202312.

HSL color Cylindrical-coordinate representation of color #886A8C: hue angle of 292.94º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886A8C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB136106140-
CMYK0.030.2400.45
HSL292.94º13.82%48.24%-
HSV(B)292.94º24.29%54.9%-
XYZ20.0417.4427.12-
YUV118.85139.94140.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=35.60%
G=27.75%
B=36.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361061400.030.2400.45292.9413.8248.24
Hex886A8C31802D125e30
Octal2101522143300554451660
Binary10001000110101010001100111100001011011001001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886A8C; }

 p { color: rgb(136,106,140); }

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

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

 a { background-color: rgb(136,106,140); }

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

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

 span { border-color: rgb(136,106,140); }

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