#8B5060

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

Shades of Cannon Pink #8B5060

Tints of Cannon Pink #8B5060

Color information

#8B5060 (or 0x8B5060) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 60. RGB value is (139,80,96). Sum of RGB (Red+Green+Blue) = 139+80+96=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5060 is #74AF9F. Grayscale: #636363. Windows color (decimal): -7647136 or 6312075. OLE color: 6312075.

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

Color convert

RGB1398096-
CMYK00.420.310.45
HSL343.73º26.94%42.94%-
HSV(B)343.73º42.45%54.51%-
XYZ15.6312.0712.57-
YUV99.46126.05156.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.13%
GREEN value IS 80 (31.64% from 255) = 25.40%
BLUE value IS 96 (37.89% from 255) = 30.48%
R=44.13%
G=25.40%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139809600.420.310.45343.7326.9442.94
Hex8B506002A1F2D1581b2b
Octal21312014005237555303353
Binary100010111010000110000001010101111110110110101100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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