#80525F

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

Shades of Cannon Pink #80525F

Tints of Cannon Pink #80525F

Color information

#80525F (or 0x80525F) is unknown color: approx Cannon Pink. HEX triplet: 80, 52 and 5F. RGB value is (128,82,95). Sum of RGB (Red+Green+Blue) = 128+82+95=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #80525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80525F is #7FADA0. Grayscale: #616161. Windows color (decimal): -8367521 or 6247040. OLE color: 6247040.

HSL color Cylindrical-coordinate representation of color #80525F: hue angle of 343.04º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80525F is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB1288295-
CMYK00.360.260.50
HSL343.04º21.9%41.18%-
HSV(B)343.04º35.94%50.2%-
XYZ13.9811.4512.3-
YUV97.24126.74149.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=41.97%
G=26.89%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128829500.360.260.50343.0421.941.18
Hex80525F0241A321571629
Octal20012213704432625272651
Binary100000001010010101111101001001101011001010101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80525F; }

 p { color: rgb(128,82,95); }

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

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

 a { background-color: rgb(128,82,95); }

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

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

 span { border-color: rgb(128,82,95); }

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