Shades of Cannon Pink #82565D
Tints of Cannon Pink #82565D
RGB
CMYK
RGB Variations
Color information
#82565D (or 0x82565D) is known color: Cannon Pink. HEX triplet: 82, 56 and 5D. RGB value is (130,86,93). Sum of RGB (Red+Green+Blue) = 130+86+93=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82565D is #7DA9A2. Grayscale: #636363. Windows color (decimal): -8235427 or 6116994. OLE color: 6116994.
HSL color Cylindrical-coordinate representation of color #82565D: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82565D is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 86 | 93 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.49 |
| HSL | 350.45º | 0.2% | 0.42% | - |
| HSV(B) | 350.45º | 0.34% | 0.51% | - |
| XYZ | 14.51 | 12.19 | 11.94 | - |
| YUV | 99.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 93 | 0 | 0.34 | 0.28 | 0.49 | 350.45 | 0.2 | 0.42 |
| Hex | 82 | 56 | 5D | 0 | 22 | 1C | 31 | 15E | 14 | 2A |
| Octal | 202 | 126 | 135 | 0 | 42 | 34 | 61 | 536 | 24 | 52 |
| Binary | 10000010 | 1010110 | 1011101 | 0 | 100010 | 11100 | 110001 | 101011110 | 10100 | 101010 |
Color Harmonies of #82565D
Complementary color
Monochromatic Colors of #82565D
Black with #82565D
Text Example
Text Example
White with #82565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82565D; }
p { color: rgb(130,86,93); }
H1.HeaderClassName
{
color: #82565D;
}
.AnyTagClassName
{
color: #82565D;
}
</style>
background-color css
<style>
a { background-color: #82565D; }
a { background-color: rgb(130,86,93); }
div.DivClassName
{
background-color: #82565D;
}
.BgClassName
{
background-color: #82565D;
}
</style>
border-color css
<style>
span { border-color: #82565D; }
span { border-color: rgb(130,86,93); }
td.TdClassName
{
border-color: #82565D;
}
.TagClassName
{
border-color: #82565D;
}
</style>