#87586D

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

Shades of Cannon Pink #87586D

Tints of Cannon Pink #87586D

Color information

#87586D (or 0x87586D) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 6D. RGB value is (135,88,109). Sum of RGB (Red+Green+Blue) = 135+88+109=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87586D is #78A792. Grayscale: #686868. Windows color (decimal): -7907219 or 7166087. OLE color: 7166087.

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

Color convert

RGB13588109-
CMYK00.350.190.47
HSL333.19º21.08%43.73%-
HSV(B)333.19º34.81%52.94%-
XYZ16.2413.2316.17-
YUV104.45130.57149.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=40.66%
G=26.51%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358810900.350.190.47333.1921.0843.73
Hex87586D023132F14d152c
Octal20713015504323575152554
Binary100001111011000110110101000111001110111110100110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,88,109); }

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

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

 a { background-color: rgb(135,88,109); }

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

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

 span { border-color: rgb(135,88,109); }

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