#82596A

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

Shades of Cannon Pink #82596A

Tints of Cannon Pink #82596A

Color information

#82596A (or 0x82596A) is unknown color: approx Cannon Pink. HEX triplet: 82, 59 and 6A. RGB value is (130,89,106). Sum of RGB (Red+Green+Blue) = 130+89+106=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82596A is #7DA695. Grayscale: #676767. Windows color (decimal): -8234646 or 6969730. OLE color: 6969730.

HSL color Cylindrical-coordinate representation of color #82596A: hue angle of 335.12º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #82596A is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13089106-
CMYK00.320.180.49
HSL335.12º18.72%42.94%-
HSV(B)335.12º31.54%50.98%-
XYZ15.3812.9315.32-
YUV103.2129.58147.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=40%
G=27.38%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308910600.320.180.49335.1218.7242.94
Hex82596A020123114f132b
Octal20213115204022615172353
Binary100000101011001110101001000001001011000110100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82596A; }

 p { color: rgb(130,89,106); }

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

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

 a { background-color: rgb(130,89,106); }

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

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

 span { border-color: rgb(130,89,106); }

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