#87526A

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

Shades of Cannon Pink #87526A

Tints of Cannon Pink #87526A

Color information

#87526A (or 0x87526A) is unknown color: approx Cannon Pink. HEX triplet: 87, 52 and 6A. RGB value is (135,82,106). Sum of RGB (Red+Green+Blue) = 135+82+106=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87526A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87526A is #78AD95. Grayscale: #646464. Windows color (decimal): -7908758 or 6967943. OLE color: 6967943.

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

Color convert

RGB13582106-
CMYK00.390.210.47
HSL332.83º24.42%42.55%-
HSV(B)332.83º39.26%52.94%-
XYZ15.6112.2315.17-
YUV100.58131.06152.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=41.80%
G=25.39%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358210600.390.210.47332.8324.4242.55
Hex87526A027152F14d182b
Octal20712215204725575153053
Binary100001111010010110101001001111010110111110100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87526A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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