#87565D

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

Shades of Cannon Pink #87565D

Tints of Cannon Pink #87565D

Color information

#87565D (or 0x87565D) is unknown color: approx Cannon Pink. HEX triplet: 87, 56 and 5D. RGB value is (135,86,93). Sum of RGB (Red+Green+Blue) = 135+86+93=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #87565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87565D is #78A9A2. Grayscale: #656565. Windows color (decimal): -7907747 or 6116999. OLE color: 6116999.

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

Color convert

RGB1358693-
CMYK00.360.310.47
HSL351.43º22.17%43.33%-
HSV(B)351.43º36.3%52.94%-
XYZ15.312.611.98-
YUV101.45123.23151.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 93 (36.72% from 255) = 29.62%
R=42.99%
G=27.39%
B=29.62%

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
Decimal135869300.360.310.47351.4322.1743.33
Hex87565D0241F2F15f162b
Octal20712613504437575372653
Binary100001111010110101110101001001111110111110101111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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