#88668C

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

Shades of Trendy Pink #88668C

Tints of Trendy Pink #88668C

Color information

#88668C (or 0x88668C) is unknown color: approx Trendy Pink. HEX triplet: 88, 66 and 8C. RGB value is (136,102,140). Sum of RGB (Red+Green+Blue) = 136+102+140=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 140 - color contains mainly: blue. Hex color #88668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88668C is #779973. Grayscale: #747474. Windows color (decimal): -7838068 or 9201288. OLE color: 9201288.

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

Color convert

RGB136102140-
CMYK0.030.2700.45
HSL293.68º15.7%47.45%-
HSV(B)293.68º27.14%54.9%-
XYZ19.6416.6326.99-
YUV116.5141.26141.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=35.98%
G=26.98%
B=37.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1361021400.030.2700.45293.6815.747.45
Hex88668C31B02D126102f
Octal2101462143330554462057
Binary100010001100110100011001111011010110110010011010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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