#885B85

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

Shades of Trendy Pink #885B85

Tints of Trendy Pink #885B85

Color information

#885B85 (or 0x885B85) is unknown color: approx Trendy Pink. HEX triplet: 88, 5B and 85. RGB value is (136,91,133). Sum of RGB (Red+Green+Blue) = 136+91+133=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #885B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885B85 is #77A47A. Grayscale: #6D6D6D. Windows color (decimal): -7840891 or 8739720. OLE color: 8739720.

HSL color Cylindrical-coordinate representation of color #885B85: hue angle of 304º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #885B85 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13691133-
CMYK00.330.020.47
HSL304º19.82%44.51%-
HSV(B)304º33.09%53.33%-
XYZ18.1314.4124.02-
YUV109.24141.41147.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=37.78%
G=25.28%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369113300.330.020.4730419.8244.51
Hex885B8502122F130142d
Octal2101332050412574602455
Binary1000100010110111000010101000011010111110011000010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885B85; }

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

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

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

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

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

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

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

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