Shades of Cannon Pink #84596D
Tints of Cannon Pink #84596D
RGB
CMYK
RGB Variations
Color information
#84596D (or 0x84596D) is known color: Cannon Pink. HEX triplet: 84, 59 and 6D. RGB value is (132,89,109). Sum of RGB (Red+Green+Blue) = 132+89+109=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #84596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596D is #7BA692. Grayscale: #686868. Windows color (decimal): -8103571 or 7166340. OLE color: 7166340.
HSL color Cylindrical-coordinate representation of color #84596D: hue angle of 332.09º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84596D is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 109 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.48 |
| HSL | 332.09º | 0.19% | 0.43% | - |
| HSV(B) | 332.09º | 0.33% | 0.52% | - |
| XYZ | 15.85 | 13.15 | 16.17 | - |
| YUV | 104.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 109 | 0 | 0.33 | 0.17 | 0.48 | 332.09 | 0.19 | 0.43 |
| Hex | 84 | 59 | 6D | 0 | 21 | 11 | 30 | 14C | 13 | 2B |
| Octal | 204 | 131 | 155 | 0 | 41 | 21 | 60 | 514 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1101101 | 0 | 100001 | 10001 | 110000 | 101001100 | 10011 | 101011 |
Color Harmonies of #84596D
Complementary color
Monochromatic Colors of #84596D
Black with #84596D
Text Example
Text Example
White with #84596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84596D; }
p { color: rgb(132,89,109); }
H1.HeaderClassName
{
color: #84596D;
}
.AnyTagClassName
{
color: #84596D;
}
</style>
background-color css
<style>
a { background-color: #84596D; }
a { background-color: rgb(132,89,109); }
div.DivClassName
{
background-color: #84596D;
}
.BgClassName
{
background-color: #84596D;
}
</style>
border-color css
<style>
span { border-color: #84596D; }
span { border-color: rgb(132,89,109); }
td.TdClassName
{
border-color: #84596D;
}
.TagClassName
{
border-color: #84596D;
}
</style>