#857186

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

Shades of Trendy Pink #857186

Tints of Trendy Pink #857186

Color information

#857186 (or 0x857186) is unknown color: approx Trendy Pink. HEX triplet: 85, 71 and 86. RGB value is (133,113,134). Sum of RGB (Red+Green+Blue) = 133+113+134=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 134 - color contains mainly: blue. Hex color #857186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857186 is #7A8E79. Grayscale: #797979. Windows color (decimal): -8031866 or 8810885. OLE color: 8810885.

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

Color convert

RGB133113134-
CMYK0.010.1600.47
HSL297.14º8.5%48.43%-
HSV(B)297.14º15.67%52.55%-
XYZ19.8818.5225.08-
YUV121.37135.13136.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 134 (52.73% from 255) = 35.26%
R=35%
G=29.74%
B=35.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1331131340.010.1600.47297.148.548.43
Hex85718611002F129930
Octal2051612061200574511160
Binary1000010111100011000011011000001011111001010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857186; }

 p { color: rgb(133,113,134); }

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

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

 a { background-color: rgb(133,113,134); }

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

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

 span { border-color: rgb(133,113,134); }

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