#87505F

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

Shades of Cannon Pink #87505F

Tints of Cannon Pink #87505F

Color information

#87505F (or 0x87505F) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 5F. RGB value is (135,80,95). Sum of RGB (Red+Green+Blue) = 135+80+95=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #87505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505F is #78AFA0. Grayscale: #626262. Windows color (decimal): -7909281 or 6246535. OLE color: 6246535.

HSL color Cylindrical-coordinate representation of color #87505F: hue angle of 343.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #87505F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1358095-
CMYK00.410.300.47
HSL343.64º25.58%42.16%-
HSV(B)343.64º40.74%52.94%-
XYZ14.9311.7112.3-
YUV98.15126.22154.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=43.55%
G=25.81%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135809500.410.300.47343.6425.5842.16
Hex87505F0291E2F1581a2a
Octal20712013705136575303252
Binary100001111010000101111101010011111010111110101100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87505F; }

 p { color: rgb(135,80,95); }

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

<style>
 a { background-color: #87505F; }

 a { background-color: rgb(135,80,95); }

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

<style>
 span { border-color: #87505F; }

 span { border-color: rgb(135,80,95); }

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