#886D85

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

Shades of Trendy Pink #886D85

Tints of Trendy Pink #886D85

Color information

#886D85 (or 0x886D85) is unknown color: approx Trendy Pink. HEX triplet: 88, 6D and 85. RGB value is (136,109,133). Sum of RGB (Red+Green+Blue) = 136+109+133=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 136 - color contains mainly: red. Hex color #886D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886D85 is #77927A. Grayscale: #777777. Windows color (decimal): -7836283 or 8744328. OLE color: 8744328.

HSL color Cylindrical-coordinate representation of color #886D85: hue angle of 306.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #886D85 is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB136109133-
CMYK00.200.020.47
HSL306.67º11.02%48.04%-
HSV(B)306.67º19.85%53.33%-
XYZ19.8617.8624.59-
YUV119.81135.45139.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.98%
GREEN value IS 109 (42.97% from 255) = 28.84%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=35.98%
G=28.84%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13610913300.200.020.47306.6711.0248.04
Hex886D8501422F133b30
Octal2101552050242574631360
Binary10001000110110110000101010100101011111001100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886D85; }

 p { color: rgb(136,109,133); }

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

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

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

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

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

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

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