#805562

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

Shades of Cannon Pink #805562

Tints of Cannon Pink #805562

Color information

#805562 (or 0x805562) is unknown color: approx Cannon Pink. HEX triplet: 80, 55 and 62. RGB value is (128,85,98). Sum of RGB (Red+Green+Blue) = 128+85+98=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #805562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805562 is #7FAA9D. Grayscale: #636363. Windows color (decimal): -8366750 or 6444416. OLE color: 6444416.

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

Color convert

RGB1288598-
CMYK00.340.230.50
HSL341.86º20.19%41.76%-
HSV(B)341.86º33.59%50.2%-
XYZ14.3611.9713.11-
YUV99.34127.25148.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.16%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 98 (38.67% from 255) = 31.51%
R=41.16%
G=27.33%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128859800.340.230.50341.8620.1941.76
Hex8055620221732156142a
Octal20012514204227625262452
Binary100000001010101110001001000101011111001010101011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805562; }

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

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

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

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

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

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

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

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