#87455A

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

Shades of Cannon Pink #87455A

Tints of Cannon Pink #87455A

Color information

#87455A (or 0x87455A) is unknown color: approx Cannon Pink. HEX triplet: 87, 45 and 5A. RGB value is (135,69,90). Sum of RGB (Red+Green+Blue) = 135+69+90=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87455A is #78BAA5. Grayscale: #5B5B5B. Windows color (decimal): -7912102 or 5916039. OLE color: 5916039.

HSL color Cylindrical-coordinate representation of color #87455A: hue angle of 340.91º 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 #87455A is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1356990-
CMYK00.490.330.47
HSL340.91º32.35%40%-
HSV(B)340.91º48.89%52.94%-
XYZ13.9710.1510.9-
YUV91.13127.37159.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.92%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=45.92%
G=23.47%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699000.490.330.47340.9132.3540
Hex87455A031212F1552028
Octal20710513206141575254050
Binary10000111100010110110100110001100001101111101010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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