#88688E

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

Shades of Trendy Pink #88688E

Tints of Trendy Pink #88688E

Color information

#88688E (or 0x88688E) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 8E. RGB value is (136,104,142). Sum of RGB (Red+Green+Blue) = 136+104+142=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 142 - color contains mainly: blue. Hex color #88688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88688E is #779771. Grayscale: #757575. Windows color (decimal): -7837554 or 9332872. OLE color: 9332872.

HSL color Cylindrical-coordinate representation of color #88688E: hue angle of 290.53º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88688E is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB136104142-
CMYK0.040.2700.44
HSL290.53º15.45%48.24%-
HSV(B)290.53º26.76%55.69%-
XYZ19.9917.0927.84-
YUV117.9141.6140.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.60%
GREEN value IS 104 (41.02% from 255) = 27.23%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=35.60%
G=27.23%
B=37.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1361041420.040.2700.44290.5315.4548.24
Hex88688E41B02C123f30
Octal2101502164330544431760
Binary100010001101000100011101001101101011001001000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88688E; }

 p { color: rgb(136,104,142); }

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

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

 a { background-color: rgb(136,104,142); }

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

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

 span { border-color: rgb(136,104,142); }

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