#8B4E69

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

Shades of Cannon Pink #8B4E69

Tints of Cannon Pink #8B4E69

Color information

#8B4E69 (or 0x8B4E69) is unknown color: approx Cannon Pink. HEX triplet: 8B, 4E and 69. RGB value is (139,78,105). Sum of RGB (Red+Green+Blue) = 139+78+105=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E69 is #74B196. Grayscale: #636363. Windows color (decimal): -7647639 or 6901387. OLE color: 6901387.

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

Color convert

RGB13978105-
CMYK00.440.240.45
HSL333.44º28.11%42.55%-
HSV(B)333.44º43.88%54.51%-
XYZ15.9211.9614.83-
YUV99.32131.21156.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.17%
GREEN value IS 78 (30.86% from 255) = 24.22%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=43.17%
G=24.22%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1397810500.440.240.45333.4428.1142.55
Hex8B4E6902C182D14d1c2b
Octal21311615105430555153453
Binary100010111001110110100101011001100010110110100110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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