#8B566C

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

Shades of Cannon Pink #8B566C

Tints of Cannon Pink #8B566C

Color information

#8B566C (or 0x8B566C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 6C. RGB value is (139,86,108). Sum of RGB (Red+Green+Blue) = 139+86+108=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B566C is #74A993. Grayscale: #686868. Windows color (decimal): -7645588 or 7100043. OLE color: 7100043.

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

Color convert

RGB13986108-
CMYK00.380.220.45
HSL335.09º23.56%44.12%-
HSV(B)335.09º38.13%54.51%-
XYZ16.6813.2315.86-
YUV104.36130.06152.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.74%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=41.74%
G=25.83%
B=32.43%

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
Decimal1398610800.380.220.45335.0923.5644.12
Hex8B566C026162D14f182c
Octal21312615404626555173054
Binary100010111010110110110001001101011010110110100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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