#88648C

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

Shades of Trendy Pink #88648C

Tints of Trendy Pink #88648C

Color information

#88648C (or 0x88648C) is unknown color: approx Trendy Pink. HEX triplet: 88, 64 and 8C. RGB value is (136,100,140). Sum of RGB (Red+Green+Blue) = 136+100+140=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #88648C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88648C is #779B73. Grayscale: #737373. Windows color (decimal): -7838580 or 9200776. OLE color: 9200776.

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

Color convert

RGB136100140-
CMYK0.030.2900.45
HSL294º16.67%47.06%-
HSV(B)294º28.57%54.9%-
XYZ19.4416.2426.92-
YUV115.32141.93142.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 100 (39.45% from 255) = 26.60%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=36.17%
G=26.60%
B=37.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361001400.030.2900.4529416.6747.06
Hex88648C31D02D126112f
Octal2101442143350554462157
Binary100010001100100100011001111101010110110010011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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