#87505E

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

Shades of Cannon Pink #87505E

Tints of Cannon Pink #87505E

Color information

#87505E (or 0x87505E) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 5E. RGB value is (135,80,94). Sum of RGB (Red+Green+Blue) = 135+80+94=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #87505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505E is #78AFA1. Grayscale: #626262. Windows color (decimal): -7909282 or 6180999. OLE color: 6180999.

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

Color convert

RGB1358094-
CMYK00.410.300.47
HSL344.73º25.58%42.16%-
HSV(B)344.73º40.74%52.94%-
XYZ14.8811.712.06-
YUV98.04125.72154.36-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=43.69%
G=25.89%
B=30.42%

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
Decimal135809400.410.300.47344.7325.5842.16
Hex87505E0291E2F1591a2a
Octal20712013605136575313252
Binary100001111010000101111001010011111010111110101100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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