#87585E

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

Shades of Cannon Pink #87585E

Tints of Cannon Pink #87585E

Color information

#87585E (or 0x87585E) is unknown color: approx Cannon Pink. HEX triplet: 87, 58 and 5E. RGB value is (135,88,94). Sum of RGB (Red+Green+Blue) = 135+88+94=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #87585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87585E is #78A7A1. Grayscale: #666666. Windows color (decimal): -7907234 or 6183047. OLE color: 6183047.

HSL color Cylindrical-coordinate representation of color #87585E: hue angle of 352.34º 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 #87585E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1358894-
CMYK00.350.300.47
HSL352.34º21.08%43.73%-
HSV(B)352.34º34.81%52.94%-
XYZ15.512.9412.27-
YUV102.74123.07151.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.59%
GREEN value IS 88 (34.77% from 255) = 27.76%
BLUE value IS 94 (37.11% from 255) = 29.65%
R=42.59%
G=27.76%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135889400.350.300.47352.3421.0843.73
Hex87585E0231E2F160152c
Octal20713013604336575402554
Binary100001111011000101111001000111111010111110110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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