#8B495D

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

Shades of Cannon Pink #8B495D

Tints of Cannon Pink #8B495D

Color information

#8B495D (or 0x8B495D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 5D. RGB value is (139,73,93). Sum of RGB (Red+Green+Blue) = 139+73+93=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B495D is #74B6A2. Grayscale: #5F5F5F. Windows color (decimal): -7648931 or 6113675. OLE color: 6113675.

HSL color Cylindrical-coordinate representation of color #8B495D: hue angle of 341.82º 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 #8B495D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1397393-
CMYK00.470.330.45
HSL341.82º31.13%41.57%-
HSV(B)341.82º47.48%54.51%-
XYZ15.0111.0411.7-
YUV95.01126.87159.37-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 93 (36.72% from 255) = 30.49%
R=45.57%
G=23.93%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139739300.470.330.45341.8231.1341.57
Hex8B495D02F212D1561f2a
Octal21311113505741555263752
Binary1000101110010011011101010111110000110110110101011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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