#8B566D

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

Shades of Cannon Pink #8B566D

Tints of Cannon Pink #8B566D

Color information

#8B566D (or 0x8B566D) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 6D. RGB value is (139,86,109). Sum of RGB (Red+Green+Blue) = 139+86+109=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B566D is #74A992. Grayscale: #686868. Windows color (decimal): -7645587 or 7165579. OLE color: 7165579.

HSL color Cylindrical-coordinate representation of color #8B566D: hue angle of 333.96º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B566D is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB13986109-
CMYK00.380.220.45
HSL333.96º23.56%44.12%-
HSV(B)333.96º38.13%54.51%-
XYZ16.7413.2516.14-
YUV104.47130.56152.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.62%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=41.62%
G=25.75%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398610900.380.220.45333.9623.5644.12
Hex8B566D026162D14e182c
Octal21312615504626555163054
Binary100010111010110110110101001101011010110110100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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