#87526C

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

Shades of Cannon Pink #87526C

Tints of Cannon Pink #87526C

Color information

#87526C (or 0x87526C) is unknown color: approx Cannon Pink. HEX triplet: 87, 52 and 6C. RGB value is (135,82,108). Sum of RGB (Red+Green+Blue) = 135+82+108=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #87526C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87526C is #78AD93. Grayscale: #646464. Windows color (decimal): -7908756 or 7099015. OLE color: 7099015.

HSL color Cylindrical-coordinate representation of color #87526C: hue angle of 330.57º 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 #87526C is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB13582108-
CMYK00.390.20.47
HSL330.57º24.42%42.55%-
HSV(B)330.57º39.26%52.94%-
XYZ15.7212.2715.73-
YUV100.81132.06152.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=41.54%
G=25.23%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358210800.390.20.47330.5724.4242.55
Hex87526C027142F14b182b
Octal20712215404724575133053
Binary100001111010010110110001001111010010111110100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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