#886888

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

Shades of Trendy Pink #886888

Tints of Trendy Pink #886888

Color information

#886888 (or 0x886888) is unknown color: approx Trendy Pink. HEX triplet: 88, 68 and 88. RGB value is (136,104,136). Sum of RGB (Red+Green+Blue) = 136+104+136=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 136 (53.52% from 255 or 36.17% from 376); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886888 is #779777. Grayscale: #757575. Windows color (decimal): -7837560 or 8939656. OLE color: 8939656.

HSL color Cylindrical-coordinate representation of color #886888: hue angle of 300º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #886888 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB136104136-
CMYK00.2400.47
HSL300º13.33%47.06%-
HSV(B)300º23.53%53.33%-
XYZ19.5516.9125.53-
YUV117.22138.6141.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.17%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 136 (53.52% from 255) = 36.17%
R=36.17%
G=27.66%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610413600.2400.4730013.3347.06
Hex88688801802F12cd2f
Octal2101502100300574541557
Binary1000100011010001000100001100001011111001011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886888; }

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

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

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

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

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

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

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

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