#8B5963

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

Shades of Cannon Pink #8B5963

Tints of Cannon Pink #8B5963

Color information

#8B5963 (or 0x8B5963) is unknown color: approx Cannon Pink. HEX triplet: 8B, 59 and 63. RGB value is (139,89,99). Sum of RGB (Red+Green+Blue) = 139+89+99=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5963 is #74A69C. Grayscale: #696969. Windows color (decimal): -7644829 or 6510987. OLE color: 6510987.

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

Color convert

RGB1398999-
CMYK00.360.290.45
HSL348º21.93%44.71%-
HSV(B)348º35.97%54.51%-
XYZ16.4713.5313.55-
YUV105.09124.56152.19-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.51%
GREEN value IS 89 (35.16% from 255) = 27.22%
BLUE value IS 99 (39.06% from 255) = 30.28%
R=42.51%
G=27.22%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139899900.360.290.4534821.9344.71
Hex8B59630241D2D15c162d
Octal21313114304435555342655
Binary100010111011001110001101001001110110110110101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,89,99); }

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

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

 a { background-color: rgb(139,89,99); }

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

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

 span { border-color: rgb(139,89,99); }

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