#8B486D

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

Shades of Cannon Pink #8B486D

Tints of Cannon Pink #8B486D

Color information

#8B486D (or 0x8B486D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 48 and 6D. RGB value is (139,72,109). Sum of RGB (Red+Green+Blue) = 139+72+109=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B486D is #74B792. Grayscale: #606060. Windows color (decimal): -7649171 or 7161995. OLE color: 7161995.

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

Color convert

RGB13972109-
CMYK00.480.220.45
HSL326.87º31.75%41.37%-
HSV(B)326.87º48.2%54.51%-
XYZ15.7311.2315.81-
YUV96.25135.2158.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.44%
GREEN value IS 72 (28.52% from 255) = 22.5%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=43.44%
G=22.5%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397210900.480.220.45326.8731.7541.37
Hex8B486D030162D1472029
Octal21311015506026555074051
Binary1000101110010001101101011000010110101101101000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,72,109); }

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

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

 a { background-color: rgb(139,72,109); }

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

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

 span { border-color: rgb(139,72,109); }

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