#8B506D

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

Shades of Cannon Pink #8B506D

Tints of Cannon Pink #8B506D

Color information

#8B506D (or 0x8B506D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 50 and 6D. RGB value is (139,80,109). Sum of RGB (Red+Green+Blue) = 139+80+109=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 80 (31.64% from 255 or 24.39% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506D is #74AF92. Grayscale: #646464. Windows color (decimal): -7647123 or 7164043. OLE color: 7164043.

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

Color convert

RGB13980109-
CMYK00.420.220.45
HSL330.51º26.94%42.94%-
HSV(B)330.51º42.45%54.51%-
XYZ16.2812.3315.99-
YUV100.95132.55155.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.38%
GREEN value IS 80 (31.64% from 255) = 24.39%
BLUE value IS 109 (42.97% from 255) = 33.23%
R=42.38%
G=24.39%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398010900.420.220.45330.5126.9442.94
Hex8B506D02A162D14b1b2b
Octal21312015505226555133353
Binary100010111010000110110101010101011010110110100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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