#8C5565

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

Shades of Cannon Pink #8C5565

Tints of Cannon Pink #8C5565

Color information

#8C5565 (or 0x8C5565) is unknown color: approx Cannon Pink. HEX triplet: 8C, 55 and 65. RGB value is (140,85,101). Sum of RGB (Red+Green+Blue) = 140+85+101=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5565 is #73AA9A. Grayscale: #676767. Windows color (decimal): -7580315 or 6641036. OLE color: 6641036.

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

Color convert

RGB14085101-
CMYK00.390.280.45
HSL342.55º24.44%44.12%-
HSV(B)342.55º39.29%54.9%-
XYZ16.4113.0113.96-
YUV103.27126.72154.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.94%
GREEN value IS 85 (33.59% from 255) = 26.07%
BLUE value IS 101 (39.84% from 255) = 30.98%
R=42.94%
G=26.07%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1408510100.390.280.45342.5524.4444.12
Hex8C55650271C2D157182c
Octal21412514504734555273054
Binary100011001010101110010101001111110010110110101011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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