#8C5563

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

Shades of Cannon Pink #8C5563

Tints of Cannon Pink #8C5563

Color information

#8C5563 (or 0x8C5563) is unknown color: approx Cannon Pink. HEX triplet: 8C, 55 and 63. RGB value is (140,85,99). Sum of RGB (Red+Green+Blue) = 140+85+99=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5563 is #73AA9C. Grayscale: #676767. Windows color (decimal): -7580317 or 6509964. OLE color: 6509964.

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

Color convert

RGB1408599-
CMYK00.390.290.45
HSL344.73º24.44%44.12%-
HSV(B)344.73º39.29%54.9%-
XYZ16.3212.9713.45-
YUV103.04125.72154.36-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 43.21%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 99 (39.06% from 255) = 30.56%
R=43.21%
G=26.23%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140859900.390.290.45344.7324.4444.12
Hex8C55630271D2D159182c
Octal21412514304735555313054
Binary100011001010101110001101001111110110110110101100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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