#8A5460

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

Shades of Cannon Pink #8A5460

Tints of Cannon Pink #8A5460

Color information

#8A5460 (or 0x8A5460) is unknown color: approx Cannon Pink. HEX triplet: 8A, 54 and 60. RGB value is (138,84,96). Sum of RGB (Red+Green+Blue) = 138+84+96=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5460 is #75AB9F. Grayscale: #656565. Windows color (decimal): -7711648 or 6313098. OLE color: 6313098.

HSL color Cylindrical-coordinate representation of color #8A5460: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5460 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB1388496-
CMYK00.390.300.46
HSL346.67º24.32%43.53%-
HSV(B)346.67º39.13%54.12%-
XYZ15.7612.5912.67-
YUV101.51124.89154.02-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.40%
GREEN value IS 84 (33.20% from 255) = 26.42%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=43.40%
G=26.42%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138849600.390.300.46346.6724.3243.53
Hex8A54600271E2E15b182c
Octal21212414004736565333054
Binary100010101010100110000001001111111010111010101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5460; }

 p { color: rgb(138,84,96); }

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

<style>
 a { background-color: #8A5460; }

 a { background-color: rgb(138,84,96); }

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

<style>
 span { border-color: #8A5460; }

 span { border-color: rgb(138,84,96); }

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