#805963

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

Shades of Cannon Pink #805963

Tints of Cannon Pink #805963

Color information

#805963 (or 0x805963) is unknown color: approx Cannon Pink. HEX triplet: 80, 59 and 63. RGB value is (128,89,99). Sum of RGB (Red+Green+Blue) = 128+89+99=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #805963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805963 is #7FA69C. Grayscale: #656565. Windows color (decimal): -8365725 or 6510976. OLE color: 6510976.

HSL color Cylindrical-coordinate representation of color #805963: hue angle of 344.62º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #805963 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB1288999-
CMYK00.300.230.50
HSL344.62º17.97%42.55%-
HSV(B)344.62º30.47%50.2%-
XYZ14.7312.6313.47-
YUV101.8126.42146.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.51%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=40.51%
G=28.16%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128899900.300.230.50344.6217.9742.55
Hex80596301E1732159122b
Octal20013114303627625312253
Binary10000000101100111000110111101011111001010101100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805963; }

 p { color: rgb(128,89,99); }

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

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

 a { background-color: rgb(128,89,99); }

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

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

 span { border-color: rgb(128,89,99); }

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