#8B566B

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

Shades of Cannon Pink #8B566B

Tints of Cannon Pink #8B566B

Color information

#8B566B (or 0x8B566B) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 6B. RGB value is (139,86,107). Sum of RGB (Red+Green+Blue) = 139+86+107=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B566B is #74A994. Grayscale: #686868. Windows color (decimal): -7645589 or 7034507. OLE color: 7034507.

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

Color convert

RGB13986107-
CMYK00.380.230.45
HSL336.23º23.56%44.12%-
HSV(B)336.23º38.13%54.51%-
XYZ16.6313.2115.58-
YUV104.24129.56152.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=41.87%
G=25.90%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398610700.380.230.45336.2323.5644.12
Hex8B566B026172D150182c
Octal21312615304627555203054
Binary100010111010110110101101001101011110110110101000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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