#8B4E60

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

Shades of Cannon Pink #8B4E60

Tints of Cannon Pink #8B4E60

Color information

#8B4E60 (or 0x8B4E60) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4E and 60. RGB value is (139,78,96). Sum of RGB (Red+Green+Blue) = 139+78+96=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E60 is #74B19F. Grayscale: #626262. Windows color (decimal): -7647648 or 6311563. OLE color: 6311563.

HSL color Cylindrical-coordinate representation of color #8B4E60: hue angle of 342.3º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E60 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB1397896-
CMYK00.440.310.45
HSL342.3º28.11%42.55%-
HSV(B)342.3º43.88%54.51%-
XYZ15.4811.7812.52-
YUV98.29126.71157.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.41%
GREEN value IS 78 (30.86% from 255) = 24.92%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=44.41%
G=24.92%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139789600.440.310.45342.328.1142.55
Hex8B4E6002C1F2D1561c2b
Octal21311614005437555263453
Binary100010111001110110000001011001111110110110101011011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,96); }

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

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

 a { background-color: rgb(139,78,96); }

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

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

 span { border-color: rgb(139,78,96); }

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