#87465E

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

Shades of Cannon Pink #87465E

Tints of Cannon Pink #87465E

Color information

#87465E (or 0x87465E) is unknown color: approx Cannon Pink. HEX triplet: 87, 46 and 5E. RGB value is (135,70,94). Sum of RGB (Red+Green+Blue) = 135+70+94=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #87465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87465E is #78B9A1. Grayscale: #5C5C5C. Windows color (decimal): -7911842 or 6178439. OLE color: 6178439.

HSL color Cylindrical-coordinate representation of color #87465E: hue angle of 337.85º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #87465E is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1357094-
CMYK00.480.300.47
HSL337.85º31.71%40.2%-
HSV(B)337.85º48.15%52.94%-
XYZ14.210.3411.84-
YUV92.17129.03158.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=45.15%
G=23.41%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135709400.480.300.47337.8531.7140.2
Hex87465E0301E2F1522028
Octal20710613606036575224050
Binary1000011110001101011110011000011110101111101010010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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