Shades of Cannon Pink #82596A
Tints of Cannon Pink #82596A
RGB
CMYK
RGB Variations
Color information
#82596A (or 0x82596A) is known color: 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
| RGB | 130 | 89 | 106 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.49 |
| HSL | 335.12º | 0.19% | 0.43% | - |
| HSV(B) | 335.12º | 0.32% | 0.51% | - |
| XYZ | 15.38 | 12.93 | 15.32 | - |
| YUV | 103.2 | 129.58 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 106 | 0 | 0.32 | 0.18 | 0.49 | 335.12 | 0.19 | 0.43 |
| Hex | 82 | 59 | 6A | 0 | 20 | 12 | 31 | 14F | 13 | 2B |
| Octal | 202 | 131 | 152 | 0 | 40 | 22 | 61 | 517 | 23 | 53 |
| Binary | 10000010 | 1011001 | 1101010 | 0 | 100000 | 10010 | 110001 | 101001111 | 10011 | 101011 |
Color Harmonies of #82596A
Complementary color
Monochromatic Colors of #82596A
Black with #82596A
Text Example
Text Example
White with #82596A
Text Example
Text Example
HTML Codes & Css Web 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>