#805863

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

Shades of Cannon Pink #805863

Tints of Cannon Pink #805863

Color information

#805863 (or 0x805863) is unknown color: approx Cannon Pink. HEX triplet: 80, 58 and 63. RGB value is (128,88,99). Sum of RGB (Red+Green+Blue) = 128+88+99=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805863 is #7FA79C. Grayscale: #656565. Windows color (decimal): -8365981 or 6510720. OLE color: 6510720.

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

Color convert

RGB1288899-
CMYK00.310.230.50
HSL343.5º18.52%42.35%-
HSV(B)343.5º31.25%50.2%-
XYZ14.6412.4713.44-
YUV101.21126.75147.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 99 (39.06% from 255) = 31.43%
R=40.63%
G=27.94%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128889900.310.230.50343.518.5242.35
Hex80586301F1732158132a
Octal20013014303727625302352
Binary10000000101100011000110111111011111001010101100010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805863; }

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

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

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

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

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

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

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

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