#88688C

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

Shades of Trendy Pink #88688C

Tints of Trendy Pink #88688C

Color information

#88688C (or 0x88688C) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 8C. RGB value is (136,104,140). Sum of RGB (Red+Green+Blue) = 136+104+140=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #88688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88688C is #779773. Grayscale: #757575. Windows color (decimal): -7837556 or 9201800. OLE color: 9201800.

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

Color convert

RGB136104140-
CMYK0.030.2600.45
HSL293.33º14.75%47.84%-
HSV(B)293.33º25.71%54.9%-
XYZ19.8417.0327.05-
YUV117.67140.6141.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.79%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=35.79%
G=27.37%
B=36.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361041400.030.2600.45293.3314.7547.84
Hex88688C31A02D125f30
Octal2101502143320554451760
Binary10001000110100010001100111101001011011001001011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88688C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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