#86627E

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

Shades of Trendy Pink #86627E

Tints of Trendy Pink #86627E

Color information

#86627E (or 0x86627E) is unknown color: approx Trendy Pink. HEX triplet: 86, 62 and 7E. RGB value is (134,98,126). Sum of RGB (Red+Green+Blue) = 134+98+126=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627E is #799D81. Grayscale: #6F6F6F. Windows color (decimal): -7970178 or 8282758. OLE color: 8282758.

HSL color Cylindrical-coordinate representation of color #86627E: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86627E is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13498126-
CMYK00.270.060.47
HSL313.33º15.52%45.49%-
HSV(B)313.33º26.87%52.55%-
XYZ17.9715.3121.75-
YUV111.96135.93143.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 98 (38.67% from 255) = 27.37%
BLUE value IS 126 (49.61% from 255) = 35.20%
R=37.43%
G=27.37%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349812600.270.060.47313.3315.5245.49
Hex86627E01B62F139102d
Octal2061421760336574712055
Binary100001101100010111111001101111010111110011100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86627E; }

 p { color: rgb(134,98,126); }

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

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

 a { background-color: rgb(134,98,126); }

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

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

 span { border-color: rgb(134,98,126); }

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