#805962

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

Shades of Cannon Pink #805962

Tints of Cannon Pink #805962

Color information

#805962 (or 0x805962) is unknown color: approx Cannon Pink. HEX triplet: 80, 59 and 62. RGB value is (128,89,98). Sum of RGB (Red+Green+Blue) = 128+89+98=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 98 (38.67% from 255 or 31.11% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805962 is #7FA69D. Grayscale: #656565. Windows color (decimal): -8365726 or 6445440. OLE color: 6445440.

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

Color convert

RGB1288998-
CMYK00.300.230.50
HSL346.15º17.97%42.55%-
HSV(B)346.15º30.47%50.2%-
XYZ14.6812.6213.22-
YUV101.69125.92146.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.63%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 98 (38.67% from 255) = 31.11%
R=40.63%
G=28.25%
B=31.11%

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
Decimal128899800.300.230.50346.1517.9742.55
Hex80596201E173215a122b
Octal20013114203627625322253
Binary10000000101100111000100111101011111001010101101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805962; }

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

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

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

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

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

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

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

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