#87495E

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

Shades of Cannon Pink #87495E

Tints of Cannon Pink #87495E

Color information

#87495E (or 0x87495E) is unknown color: approx Cannon Pink. HEX triplet: 87, 49 and 5E. RGB value is (135,73,94). Sum of RGB (Red+Green+Blue) = 135+73+94=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #87495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87495E is #78B6A1. Grayscale: #5D5D5D. Windows color (decimal): -7911074 or 6179207. OLE color: 6179207.

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

Color convert

RGB1357394-
CMYK00.460.300.47
HSL339.68º29.81%40.78%-
HSV(B)339.68º45.93%52.94%-
XYZ14.3910.7211.9-
YUV93.93128.04157.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=44.70%
G=24.17%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135739400.460.300.47339.6829.8140.78
Hex87495E02E1E2F1541e29
Octal20711113605636575243651
Binary100001111001001101111001011101111010111110101010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87495E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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