#82505F

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

Shades of Cannon Pink #82505F

Tints of Cannon Pink #82505F

Color information

#82505F (or 0x82505F) is unknown color: approx Cannon Pink. HEX triplet: 82, 50 and 5F. RGB value is (130,80,95). Sum of RGB (Red+Green+Blue) = 130+80+95=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82505F is #7DAFA0. Grayscale: #606060. Windows color (decimal): -8236961 or 6246530. OLE color: 6246530.

HSL color Cylindrical-coordinate representation of color #82505F: hue angle of 342º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #82505F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1308095-
CMYK00.380.270.49
HSL342º23.81%41.18%-
HSV(B)342º38.46%50.98%-
XYZ14.1411.3112.26-
YUV96.66127.06151.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 80 (31.64% from 255) = 26.23%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=42.62%
G=26.23%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130809500.380.270.4934223.8141.18
Hex82505F0261B311561829
Octal20212013704633615263051
Binary100000101010000101111101001101101111000110101011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,80,95); }

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

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

 a { background-color: rgb(130,80,95); }

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

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

 span { border-color: rgb(130,80,95); }

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