#866385

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

Shades of Trendy Pink #866385

Tints of Trendy Pink #866385

Color information

#866385 (or 0x866385) is unknown color: approx Trendy Pink. HEX triplet: 86, 63 and 85. RGB value is (134,99,133). Sum of RGB (Red+Green+Blue) = 134+99+133=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 134 - color contains mainly: red. Hex color #866385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866385 is #799C7A. Grayscale: #717171. Windows color (decimal): -7969915 or 8741766. OLE color: 8741766.

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

Color convert

RGB13499133-
CMYK00.260.010.47
HSL301.71º15.02%45.69%-
HSV(B)301.71º26.12%52.55%-
XYZ18.5315.6924.24-
YUV113.34139.1142.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 133 (52.34% from 255) = 36.34%
R=36.61%
G=27.05%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349913300.260.010.47301.7115.0245.69
Hex86638501A12F12ef2e
Octal2061432050321574561756
Binary1000011011000111000010101101011011111001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866385; }

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

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

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

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

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

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

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

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