#82505D

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

Shades of Cannon Pink #82505D

Tints of Cannon Pink #82505D

Color information

#82505D (or 0x82505D) is unknown color: approx Cannon Pink. HEX triplet: 82, 50 and 5D. RGB value is (130,80,93). Sum of RGB (Red+Green+Blue) = 130+80+93=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #82505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82505D is #7DAFA2. Grayscale: #606060. Windows color (decimal): -8236963 or 6115458. OLE color: 6115458.

HSL color Cylindrical-coordinate representation of color #82505D: hue angle of 344.4º 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 #82505D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1308093-
CMYK00.380.280.49
HSL344.4º23.81%41.18%-
HSV(B)344.4º38.46%50.98%-
XYZ14.0511.2711.79-
YUV96.43126.06151.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 93 (36.72% from 255) = 30.69%
R=42.90%
G=26.40%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130809300.380.280.49344.423.8141.18
Hex82505D0261C311581829
Octal20212013504634615303051
Binary100000101010000101110101001101110011000110101100011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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