#8B4C60

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

Shades of Cannon Pink #8B4C60

Tints of Cannon Pink #8B4C60

Color information

#8B4C60 (or 0x8B4C60) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4C and 60. RGB value is (139,76,96). Sum of RGB (Red+Green+Blue) = 139+76+96=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C60 is #74B39F. Grayscale: #616161. Windows color (decimal): -7648160 or 6311051. OLE color: 6311051.

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

Color convert

RGB1397696-
CMYK00.450.310.45
HSL340.95º29.3%42.16%-
HSV(B)340.95º45.32%54.51%-
XYZ15.3411.512.48-
YUV97.12127.37157.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.69%
GREEN value IS 76 (30.08% from 255) = 24.44%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=44.69%
G=24.44%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139769600.450.310.45340.9529.342.16
Hex8B4C6002D1F2D1551d2a
Octal21311414005537555253552
Binary100010111001100110000001011011111110110110101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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