#87546A

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

Shades of Cannon Pink #87546A

Tints of Cannon Pink #87546A

Color information

#87546A (or 0x87546A) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 6A. RGB value is (135,84,106). Sum of RGB (Red+Green+Blue) = 135+84+106=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87546A is #78AB95. Grayscale: #656565. Windows color (decimal): -7908246 or 6968455. OLE color: 6968455.

HSL color Cylindrical-coordinate representation of color #87546A: hue angle of 334.12º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87546A is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13584106-
CMYK00.380.210.47
HSL334.12º23.29%42.94%-
HSV(B)334.12º37.78%52.94%-
XYZ15.7612.5315.22-
YUV101.76130.4151.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=41.54%
G=25.85%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358410600.380.210.47334.1223.2942.94
Hex87546A026152F14e172b
Octal20712415204625575162753
Binary100001111010100110101001001101010110111110100111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87546A; }

 p { color: rgb(135,84,106); }

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

<style>
 a { background-color: #87546A; }

 a { background-color: rgb(135,84,106); }

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

<style>
 span { border-color: #87546A; }

 span { border-color: rgb(135,84,106); }

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