#8B5666

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

Shades of Cannon Pink #8B5666

Tints of Cannon Pink #8B5666

Color information

#8B5666 (or 0x8B5666) is unknown color: approx Cannon Pink. HEX triplet: 8B, 56 and 66. RGB value is (139,86,102). Sum of RGB (Red+Green+Blue) = 139+86+102=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5666 is #74A999. Grayscale: #676767. Windows color (decimal): -7645594 or 6706827. OLE color: 6706827.

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

Color convert

RGB13986102-
CMYK00.380.270.45
HSL341.89º23.56%44.12%-
HSV(B)341.89º38.13%54.51%-
XYZ16.3713.114.24-
YUV103.67127.06153.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=42.51%
G=26.30%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398610200.380.270.45341.8923.5644.12
Hex8B56660261B2D156182c
Octal21312614604633555263054
Binary100010111010110110011001001101101110110110101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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