#87505D

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

Shades of Cannon Pink #87505D

Tints of Cannon Pink #87505D

Color information

#87505D (or 0x87505D) is unknown color: approx Cannon Pink. HEX triplet: 87, 50 and 5D. RGB value is (135,80,93). Sum of RGB (Red+Green+Blue) = 135+80+93=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #87505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87505D is #78AFA2. Grayscale: #616161. Windows color (decimal): -7909283 or 6115463. OLE color: 6115463.

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

Color convert

RGB1358093-
CMYK00.410.310.47
HSL345.82º25.58%42.16%-
HSV(B)345.82º40.74%52.94%-
XYZ14.8411.6811.83-
YUV97.93125.22154.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=43.83%
G=25.97%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135809300.410.310.47345.8225.5842.16
Hex87505D0291F2F15a1a2a
Octal20712013505137575323252
Binary100001111010000101110101010011111110111110101101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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