#8B4E5C

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

Shades of Cannon Pink #8B4E5C

Tints of Cannon Pink #8B4E5C

Color information

#8B4E5C (or 0x8B4E5C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4E and 5C. RGB value is (139,78,92). Sum of RGB (Red+Green+Blue) = 139+78+92=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E5C is #74B1A3. Grayscale: #616161. Windows color (decimal): -7647652 or 6049419. OLE color: 6049419.

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

Color convert

RGB1397892-
CMYK00.440.340.45
HSL346.23º28.11%42.55%-
HSV(B)346.23º43.88%54.51%-
XYZ15.311.7111.58-
YUV97.84124.71157.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.98%
GREEN value IS 78 (30.86% from 255) = 25.24%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=44.98%
G=25.24%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139789200.440.340.45346.2328.1142.55
Hex8B4E5C02C222D15a1c2b
Octal21311613405442555323453
Binary1000101110011101011100010110010001010110110101101011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,92); }

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

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

 a { background-color: rgb(139,78,92); }

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

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

 span { border-color: rgb(139,78,92); }

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