#856684

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

Shades of Trendy Pink #856684

Tints of Trendy Pink #856684

Color information

#856684 (or 0x856684) is unknown color: approx Trendy Pink. HEX triplet: 85, 66 and 84. RGB value is (133,102,132). Sum of RGB (Red+Green+Blue) = 133+102+132=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #856684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856684 is #7A997B. Grayscale: #727272. Windows color (decimal): -8034684 or 8676997. OLE color: 8676997.

HSL color Cylindrical-coordinate representation of color #856684: hue angle of 301.94º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856684 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB133102132-
CMYK00.230.010.48
HSL301.94º13.19%46.08%-
HSV(B)301.94º23.31%52.16%-
XYZ18.5916.1623.97-
YUV114.69137.77141.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=36.24%
G=27.79%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310213200.230.010.48301.9413.1946.08
Hex85668401713012ed2e
Octal2051462040271604561556
Binary1000010111001101000010001011111100001001011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856684; }

 p { color: rgb(133,102,132); }

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

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

 a { background-color: rgb(133,102,132); }

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

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

 span { border-color: rgb(133,102,132); }

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