#8B5260

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

Shades of Cannon Pink #8B5260

Tints of Cannon Pink #8B5260

Color information

#8B5260 (or 0x8B5260) is unknown color: approx Cannon Pink. HEX triplet: 8B, 52 and 60. RGB value is (139,82,96). Sum of RGB (Red+Green+Blue) = 139+82+96=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5260 is #74AD9F. Grayscale: #646464. Windows color (decimal): -7646624 or 6312587. OLE color: 6312587.

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

Color convert

RGB1398296-
CMYK00.410.310.45
HSL345.26º25.79%43.33%-
HSV(B)345.26º41.01%54.51%-
XYZ15.7812.3712.62-
YUV100.64125.38155.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.85%
GREEN value IS 82 (32.42% from 255) = 25.87%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=43.85%
G=25.87%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139829600.410.310.45345.2625.7943.33
Hex8B52600291F2D1591a2b
Octal21312214005137555313253
Binary100010111010010110000001010011111110110110101100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,96); }

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

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

 a { background-color: rgb(139,82,96); }

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

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

 span { border-color: rgb(139,82,96); }

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