#8B4E68

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

Shades of Cannon Pink #8B4E68

Tints of Cannon Pink #8B4E68

Color information

#8B4E68 (or 0x8B4E68) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4E and 68. RGB value is (139,78,104). Sum of RGB (Red+Green+Blue) = 139+78+104=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E68 is #74B197. Grayscale: #636363. Windows color (decimal): -7647640 or 6835851. OLE color: 6835851.

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

Color convert

RGB13978104-
CMYK00.440.250.45
HSL334.43º28.11%42.55%-
HSV(B)334.43º43.88%54.51%-
XYZ15.8711.9414.56-
YUV99.2130.71156.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.30%
GREEN value IS 78 (30.86% from 255) = 24.30%
BLUE value IS 104 (41.02% from 255) = 32.40%
R=43.30%
G=24.30%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397810400.440.250.45334.4328.1142.55
Hex8B4E6802C192D14e1c2b
Octal21311615005431555163453
Binary100010111001110110100001011001100110110110100111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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