#8B465E

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

Shades of Cannon Pink #8B465E

Tints of Cannon Pink #8B465E

Color information

#8B465E (or 0x8B465E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 46 and 5E. RGB value is (139,70,94). Sum of RGB (Red+Green+Blue) = 139+70+94=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B465E is #74B9A1. Grayscale: #5D5D5D. Windows color (decimal): -7649698 or 6178443. OLE color: 6178443.

HSL color Cylindrical-coordinate representation of color #8B465E: hue angle of 339.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B465E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB1397094-
CMYK00.500.320.45
HSL339.13º33.01%40.98%-
HSV(B)339.13º49.64%54.51%-
XYZ14.8610.6811.87-
YUV93.37128.36160.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 70 (27.73% from 255) = 23.10%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=45.87%
G=23.10%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139709400.500.320.45339.1333.0140.98
Hex8B465E032202D1532129
Octal21310613606240555234151
Binary10001011100011010111100110010100000101101101010011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,94); }

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

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

 a { background-color: rgb(139,70,94); }

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

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

 span { border-color: rgb(139,70,94); }

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