#86565D

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

Shades of Cannon Pink #86565D

Tints of Cannon Pink #86565D

Color information

#86565D (or 0x86565D) is unknown color: approx Cannon Pink. HEX triplet: 86, 56 and 5D. RGB value is (134,86,93). Sum of RGB (Red+Green+Blue) = 134+86+93=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86565D is #79A9A2. Grayscale: #656565. Windows color (decimal): -7973283 or 6116998. OLE color: 6116998.

HSL color Cylindrical-coordinate representation of color #86565D: hue angle of 351.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 #86565D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1348693-
CMYK00.360.310.47
HSL351.25º21.82%43.14%-
HSV(B)351.25º35.82%52.55%-
XYZ15.1412.5111.97-
YUV101.15123.4151.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.81%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=42.81%
G=27.48%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134869300.360.310.47351.2521.8243.14
Hex86565D0241F2F15f162b
Octal20612613504437575372653
Binary100001101010110101110101001001111110111110101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86565D; }

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

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

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

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

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

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

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

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