#805860

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

Shades of Cannon Pink #805860

Tints of Cannon Pink #805860

Color information

#805860 (or 0x805860) is unknown color: approx Cannon Pink. HEX triplet: 80, 58 and 60. RGB value is (128,88,96). Sum of RGB (Red+Green+Blue) = 128+88+96=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #805860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805860 is #7FA79F. Grayscale: #646464. Windows color (decimal): -8365984 or 6314112. OLE color: 6314112.

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

Color convert

RGB1288896-
CMYK00.310.250.50
HSL348º18.52%42.35%-
HSV(B)348º31.25%50.2%-
XYZ14.512.4112.7-
YUV100.87125.25147.35-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.03%
GREEN value IS 88 (34.77% from 255) = 28.21%
BLUE value IS 96 (37.89% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128889600.310.250.5034818.5242.35
Hex80586001F193215c132a
Octal20013014003731625342352
Binary10000000101100011000000111111100111001010101110010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805860; }

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

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

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

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

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

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

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

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