#8B496F

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

Shades of Cannon Pink #8B496F

Tints of Cannon Pink #8B496F

Color information

#8B496F (or 0x8B496F) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 6F. RGB value is (139,73,111). Sum of RGB (Red+Green+Blue) = 139+73+111=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B496F is #74B690. Grayscale: #606060. Windows color (decimal): -7648913 or 7293323. OLE color: 7293323.

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

Color convert

RGB13973111-
CMYK00.470.200.45
HSL325.45º31.13%41.57%-
HSV(B)325.45º47.48%54.51%-
XYZ15.911.416.4-
YUV97.07135.87157.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.03%
GREEN value IS 73 (28.91% from 255) = 22.60%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=43.03%
G=22.60%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397311100.470.200.45325.4531.1341.57
Hex8B496F02F142D1451f2a
Octal21311115705724555053752
Binary100010111001001110111101011111010010110110100010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,73,111); }

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

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

 a { background-color: rgb(139,73,111); }

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

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

 span { border-color: rgb(139,73,111); }

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