#87495F

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

Shades of Cannon Pink #87495F

Tints of Cannon Pink #87495F

Color information

#87495F (or 0x87495F) is unknown color: approx Cannon Pink. HEX triplet: 87, 49 and 5F. RGB value is (135,73,95). Sum of RGB (Red+Green+Blue) = 135+73+95=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #87495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87495F is #78B6A0. Grayscale: #5E5E5E. Windows color (decimal): -7911073 or 6244743. OLE color: 6244743.

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

Color convert

RGB1357395-
CMYK00.460.300.47
HSL338.71º29.81%40.78%-
HSV(B)338.71º45.93%52.94%-
XYZ14.4410.7412.14-
YUV94.05128.54157.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=44.55%
G=24.09%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135739500.460.300.47338.7129.8140.78
Hex87495F02E1E2F1531e29
Octal20711113705636575233651
Binary100001111001001101111101011101111010111110101001111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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