#8B5063

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

Shades of Cannon Pink #8B5063

Tints of Cannon Pink #8B5063

Color information

#8B5063 (or 0x8B5063) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 63. RGB value is (139,80,99). Sum of RGB (Red+Green+Blue) = 139+80+99=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 99 (39.06% from 255 or 31.13% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5063 is #74AF9C. Grayscale: #636363. Windows color (decimal): -7647133 or 6508683. OLE color: 6508683.

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

Color convert

RGB1398099-
CMYK00.420.290.45
HSL340.68º26.94%42.94%-
HSV(B)340.68º42.45%54.51%-
XYZ15.7712.1313.31-
YUV99.81127.55155.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.71%
GREEN value IS 80 (31.64% from 255) = 25.16%
BLUE value IS 99 (39.06% from 255) = 31.13%
R=43.71%
G=25.16%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139809900.420.290.45340.6826.9442.94
Hex8B506302A1D2D1551b2b
Octal21312014305235555253353
Binary100010111010000110001101010101110110110110101010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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