#8C4A57

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

Shades of Cannon Pink #8C4A57

Tints of Cannon Pink #8C4A57

Color information

#8C4A57 (or 0x8C4A57) is unknown color: approx Cannon Pink. HEX triplet: 8C, 4A and 57. RGB value is (140,74,87). Sum of RGB (Red+Green+Blue) = 140+74+87=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A57 is #73B5A8. Grayscale: #5F5F5F. Windows color (decimal): -7583145 or 5720716. OLE color: 5720716.

HSL color Cylindrical-coordinate representation of color #8C4A57: hue angle of 348.18º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4A57 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1407487-
CMYK00.470.380.45
HSL348.18º30.84%41.96%-
HSV(B)348.18º47.14%54.9%-
XYZ14.9811.1610.38-
YUV95.22123.37159.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.51%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=46.51%
G=24.58%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140748700.470.380.45348.1830.8441.96
Hex8C4A5702F262D15c1f2a
Octal21411212705746555343752
Binary1000110010010101010111010111110011010110110101110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,74,87); }

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

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

 a { background-color: rgb(140,74,87); }

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

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

 span { border-color: rgb(140,74,87); }

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