#805560

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

Shades of Cannon Pink #805560

Tints of Cannon Pink #805560

Color information

#805560 (or 0x805560) is unknown color: approx Cannon Pink. HEX triplet: 80, 55 and 60. RGB value is (128,85,96). Sum of RGB (Red+Green+Blue) = 128+85+96=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #805560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805560 is #7FAA9F. Grayscale: #636363. Windows color (decimal): -8366752 or 6313344. OLE color: 6313344.

HSL color Cylindrical-coordinate representation of color #805560: hue angle of 344.65º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805560 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB1288596-
CMYK00.340.250.50
HSL344.65º20.19%41.76%-
HSV(B)344.65º33.59%50.2%-
XYZ14.2611.9312.62-
YUV99.11126.25148.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.42%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=41.42%
G=27.51%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128859600.340.250.50344.6520.1941.76
Hex8055600221932159142a
Octal20012514004231625312452
Binary100000001010101110000001000101100111001010101100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805560; }

 p { color: rgb(128,85,96); }

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

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

 a { background-color: rgb(128,85,96); }

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

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

 span { border-color: rgb(128,85,96); }

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