#865679

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

Shades of Trendy Pink #865679

Tints of Trendy Pink #865679

Color information

#865679 (or 0x865679) is unknown color: approx Trendy Pink. HEX triplet: 86, 56 and 79. RGB value is (134,86,121). Sum of RGB (Red+Green+Blue) = 134+86+121=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865679 is #79A986. Grayscale: #686868. Windows color (decimal): -7973255 or 7952006. OLE color: 7952006.

HSL color Cylindrical-coordinate representation of color #865679: hue angle of 316.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865679 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13486121-
CMYK00.360.100.47
HSL316.25º21.82%43.14%-
HSV(B)316.25º35.82%52.55%-
XYZ16.6113.119.74-
YUV104.34137.4149.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=39.30%
G=25.22%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1348612100.360.100.47316.2521.8243.14
Hex865679024A2F13c162b
Octal20612617104412574742653
Binary10000110101011011110010100100101010111110011110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865679; }

 p { color: rgb(134,86,121); }

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

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

 a { background-color: rgb(134,86,121); }

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

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

 span { border-color: rgb(134,86,121); }

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