#8B5565

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

Shades of Cannon Pink #8B5565

Tints of Cannon Pink #8B5565

Color information

#8B5565 (or 0x8B5565) is unknown color: approx Cannon Pink. HEX triplet: 8B, 55 and 65. RGB value is (139,85,101). Sum of RGB (Red+Green+Blue) = 139+85+101=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5565 is #74AA9A. Grayscale: #666666. Windows color (decimal): -7645851 or 6641035. OLE color: 6641035.

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

Color convert

RGB13985101-
CMYK00.390.270.45
HSL342.22º24.11%43.92%-
HSV(B)342.22º38.85%54.51%-
XYZ16.2412.9313.95-
YUV102.97126.89153.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.77%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=42.77%
G=26.15%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398510100.390.270.45342.2224.1143.92
Hex8B55650271B2D156182c
Octal21312514504733555263054
Binary100010111010101110010101001111101110110110101011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,101); }

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

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

 a { background-color: rgb(139,85,101); }

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

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

 span { border-color: rgb(139,85,101); }

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