#87485E

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

Shades of Cannon Pink #87485E

Tints of Cannon Pink #87485E

Color information

#87485E (or 0x87485E) is unknown color: approx Cannon Pink. HEX triplet: 87, 48 and 5E. RGB value is (135,72,94). Sum of RGB (Red+Green+Blue) = 135+72+94=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #87485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87485E is #78B7A1. Grayscale: #5D5D5D. Windows color (decimal): -7911330 or 6178951. OLE color: 6178951.

HSL color Cylindrical-coordinate representation of color #87485E: hue angle of 339.05º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87485E is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1357294-
CMYK00.470.300.47
HSL339.05º30.43%40.59%-
HSV(B)339.05º46.67%52.94%-
XYZ14.3310.5911.88-
YUV93.34128.37157.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=44.85%
G=23.92%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135729400.470.300.47339.0530.4340.59
Hex87485E02F1E2F1531e29
Octal20711013605736575233651
Binary100001111001000101111001011111111010111110101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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