#805561

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

Shades of Cannon Pink #805561

Tints of Cannon Pink #805561

Color information

#805561 (or 0x805561) is unknown color: approx Cannon Pink. HEX triplet: 80, 55 and 61. RGB value is (128,85,97). Sum of RGB (Red+Green+Blue) = 128+85+97=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #805561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805561 is #7FAA9E. Grayscale: #636363. Windows color (decimal): -8366751 or 6378880. OLE color: 6378880.

HSL color Cylindrical-coordinate representation of color #805561: hue angle of 343.26º 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 #805561 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1288597-
CMYK00.340.240.50
HSL343.26º20.19%41.76%-
HSV(B)343.26º33.59%50.2%-
XYZ14.3111.9512.86-
YUV99.22126.75148.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 97 (38.28% from 255) = 31.29%
R=41.29%
G=27.42%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128859700.340.240.50343.2620.1941.76
Hex8055610221832157142a
Octal20012514104230625272452
Binary100000001010101110000101000101100011001010101011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805561; }

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

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

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

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

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

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

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

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