#8B4F6C

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

Shades of Cannon Pink #8B4F6C

Tints of Cannon Pink #8B4F6C

Color information

#8B4F6C (or 0x8B4F6C) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4F and 6C. RGB value is (139,79,108). Sum of RGB (Red+Green+Blue) = 139+79+108=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F6C is #74B093. Grayscale: #646464. Windows color (decimal): -7647380 or 7098251. OLE color: 7098251.

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

Color convert

RGB13979108-
CMYK00.430.220.45
HSL331º27.52%42.75%-
HSV(B)331º43.17%54.51%-
XYZ16.1512.1615.68-
YUV100.25132.38155.64-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=42.64%
G=24.23%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397910800.430.220.4533127.5242.75
Hex8B4F6C02B162D14b1c2b
Octal21311715405326555133453
Binary100010111001111110110001010111011010110110100101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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