Shades of Cannon Pink #84596C
Tints of Cannon Pink #84596C
RGB
CMYK
RGB Variations
Color information
#84596C (or 0x84596C) is known color: Cannon Pink. HEX triplet: 84, 59 and 6C. RGB value is (132,89,108). Sum of RGB (Red+Green+Blue) = 132+89+108=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84596C is #7BA693. Grayscale: #676767. Windows color (decimal): -8103572 or 7100804. OLE color: 7100804.
HSL color Cylindrical-coordinate representation of color #84596C: hue angle of 333.49º 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 #84596C is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 89 | 108 | - |
| CMYK | 0 | 0.33 | 0.18 | 0.48 |
| HSL | 333.49º | 0.19% | 0.43% | - |
| HSV(B) | 333.49º | 0.33% | 0.52% | - |
| XYZ | 15.79 | 13.13 | 15.89 | - |
| YUV | 104.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 108 | 0 | 0.33 | 0.18 | 0.48 | 333.49 | 0.19 | 0.43 |
| Hex | 84 | 59 | 6C | 0 | 21 | 12 | 30 | 14D | 13 | 2B |
| Octal | 204 | 131 | 154 | 0 | 41 | 22 | 60 | 515 | 23 | 53 |
| Binary | 10000100 | 1011001 | 1101100 | 0 | 100001 | 10010 | 110000 | 101001101 | 10011 | 101011 |
Color Harmonies of #84596C
Complementary color
Monochromatic Colors of #84596C
Black with #84596C
Text Example
Text Example
White with #84596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84596C; }
p { color: rgb(132,89,108); }
H1.HeaderClassName
{
color: #84596C;
}
.AnyTagClassName
{
color: #84596C;
}
</style>
background-color css
<style>
a { background-color: #84596C; }
a { background-color: rgb(132,89,108); }
div.DivClassName
{
background-color: #84596C;
}
.BgClassName
{
background-color: #84596C;
}
</style>
border-color css
<style>
span { border-color: #84596C; }
span { border-color: rgb(132,89,108); }
td.TdClassName
{
border-color: #84596C;
}
.TagClassName
{
border-color: #84596C;
}
</style>