#87516A

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

Shades of Cannon Pink #87516A

Tints of Cannon Pink #87516A

Color information

#87516A (or 0x87516A) is unknown color: approx Cannon Pink. HEX triplet: 87, 51 and 6A. RGB value is (135,81,106). Sum of RGB (Red+Green+Blue) = 135+81+106=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #87516A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87516A is #78AE95. Grayscale: #636363. Windows color (decimal): -7909014 or 6967687. OLE color: 6967687.

HSL color Cylindrical-coordinate representation of color #87516A: hue angle of 332.22º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87516A is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13581106-
CMYK00.400.210.47
HSL332.22º25%42.35%-
HSV(B)332.22º40%52.94%-
XYZ15.5412.0815.15-
YUV100131.39152.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 106 (41.80% from 255) = 32.92%
R=41.93%
G=25.16%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358110600.400.210.47332.222542.35
Hex87516A028152F14c192a
Octal20712115205025575143152
Binary100001111010001110101001010001010110111110100110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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