#865C80

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

Shades of Trendy Pink #865C80

Tints of Trendy Pink #865C80

Color information

#865C80 (or 0x865C80) is unknown color: approx Trendy Pink. HEX triplet: 86, 5C and 80. RGB value is (134,92,128). Sum of RGB (Red+Green+Blue) = 134+92+128=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #865C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865C80 is #79A37F. Grayscale: #6C6C6C. Windows color (decimal): -7971712 or 8412294. OLE color: 8412294.

HSL color Cylindrical-coordinate representation of color #865C80: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C80 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13492128-
CMYK00.310.040.47
HSL308.57º18.58%44.31%-
HSV(B)308.57º31.34%52.55%-
XYZ17.5514.2822.25-
YUV108.66138.91146.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 92 (36.33% from 255) = 25.99%
BLUE value IS 128 (50.39% from 255) = 36.16%
R=37.85%
G=25.99%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349212800.310.040.47308.5718.5844.31
Hex865C8001F42F135132c
Octal2061342000374574652354
Binary1000011010111001000000001111110010111110011010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C80; }

 p { color: rgb(134,92,128); }

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

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

 a { background-color: rgb(134,92,128); }

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

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

 span { border-color: rgb(134,92,128); }

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