#87455E

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

Shades of Cannon Pink #87455E

Tints of Cannon Pink #87455E

Color information

#87455E (or 0x87455E) is unknown color: approx Cannon Pink. HEX triplet: 87, 45 and 5E. RGB value is (135,69,94). Sum of RGB (Red+Green+Blue) = 135+69+94=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #87455E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455E is #78BAA1. Grayscale: #5B5B5B. Windows color (decimal): -7912098 or 6178183. OLE color: 6178183.

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

Color convert

RGB1356994-
CMYK00.490.300.47
HSL337.27º32.35%40%-
HSV(B)337.27º48.89%52.94%-
XYZ14.1410.2211.82-
YUV91.58129.37158.97-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=45.30%
G=23.15%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699400.490.300.47337.2732.3540
Hex87455E0311E2F1512028
Octal20710513606136575214050
Binary1000011110001011011110011000111110101111101010001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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