#87546E

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

Shades of Cannon Pink #87546E

Tints of Cannon Pink #87546E

Color information

#87546E (or 0x87546E) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 6E. RGB value is (135,84,110). Sum of RGB (Red+Green+Blue) = 135+84+110=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87546E is #78AB91. Grayscale: #666666. Windows color (decimal): -7908242 or 7230599. OLE color: 7230599.

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

Color convert

RGB13584110-
CMYK00.380.190.47
HSL329.41º23.29%42.94%-
HSV(B)329.41º37.78%52.94%-
XYZ15.9812.6216.35-
YUV102.21132.4151.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 84 (33.20% from 255) = 25.53%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=41.03%
G=25.53%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358411000.380.190.47329.4123.2942.94
Hex87546E026132F149172b
Octal20712415604623575112753
Binary100001111010100110111001001101001110111110100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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