#8B495A

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

Shades of Cannon Pink #8B495A

Tints of Cannon Pink #8B495A

Color information

#8B495A (or 0x8B495A) is unknown color: approx Cannon Pink. HEX triplet: 8B, 49 and 5A. RGB value is (139,73,90). Sum of RGB (Red+Green+Blue) = 139+73+90=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B495A is #74B6A5. Grayscale: #5E5E5E. Windows color (decimal): -7648934 or 5917067. OLE color: 5917067.

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

Color convert

RGB1397390-
CMYK00.470.350.45
HSL344.55º31.13%41.57%-
HSV(B)344.55º47.48%54.51%-
XYZ14.8810.9911.01-
YUV94.67125.37159.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 90 (35.55% from 255) = 29.80%
R=46.03%
G=24.17%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139739000.470.350.45344.5531.1341.57
Hex8B495A02F232D1591f2a
Octal21311113205743555313752
Binary1000101110010011011010010111110001110110110101100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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