#8C5963

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

Shades of Cannon Pink #8C5963

Tints of Cannon Pink #8C5963

Color information

#8C5963 (or 0x8C5963) is unknown color: approx Cannon Pink. HEX triplet: 8C, 59 and 63. RGB value is (140,89,99). Sum of RGB (Red+Green+Blue) = 140+89+99=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5963 is #73A69C. Grayscale: #696969. Windows color (decimal): -7579293 or 6510988. OLE color: 6510988.

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

Color convert

RGB1408999-
CMYK00.360.290.45
HSL348.24º22.27%44.9%-
HSV(B)348.24º36.43%54.9%-
XYZ16.6413.6213.56-
YUV105.39124.4152.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.68%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 99 (39.06% from 255) = 30.18%
R=42.68%
G=27.13%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140899900.360.290.45348.2422.2744.9
Hex8C59630241D2D15c162d
Octal21413114304435555342655
Binary100011001011001110001101001001110110110110101110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,89,99); }

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

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

 a { background-color: rgb(140,89,99); }

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

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

 span { border-color: rgb(140,89,99); }

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