Shades of Cannon Pink #86596D
Tints of Cannon Pink #86596D
RGB
CMYK
RGB Variations
Color information
#86596D (or 0x86596D) is known color: Cannon Pink. HEX triplet: 86, 59 and 6D. RGB value is (134,89,109). Sum of RGB (Red+Green+Blue) = 134+89+109=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86596D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596D is #79A692. Grayscale: #686868. Windows color (decimal): -7972499 or 7166342. OLE color: 7166342.
HSL color Cylindrical-coordinate representation of color #86596D: hue angle of 333.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86596D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 109 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.47 |
| HSL | 333.33º | 0.2% | 0.44% | - |
| HSV(B) | 333.33º | 0.34% | 0.53% | - |
| XYZ | 16.16 | 13.32 | 16.19 | - |
| YUV | 104.74 | 130.41 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 109 | 0 | 0.34 | 0.19 | 0.47 | 333.33 | 0.2 | 0.44 |
| Hex | 86 | 59 | 6D | 0 | 22 | 13 | 2F | 14D | 14 | 2C |
| Octal | 206 | 131 | 155 | 0 | 42 | 23 | 57 | 515 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1101101 | 0 | 100010 | 10011 | 101111 | 101001101 | 10100 | 101100 |
Color Harmonies of #86596D
Complementary color
Monochromatic Colors of #86596D
Black with #86596D
Text Example
Text Example
White with #86596D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86596D; }
p { color: rgb(134,89,109); }
H1.HeaderClassName
{
color: #86596D;
}
.AnyTagClassName
{
color: #86596D;
}
</style>
background-color css
<style>
a { background-color: #86596D; }
a { background-color: rgb(134,89,109); }
div.DivClassName
{
background-color: #86596D;
}
.BgClassName
{
background-color: #86596D;
}
</style>
border-color css
<style>
span { border-color: #86596D; }
span { border-color: rgb(134,89,109); }
td.TdClassName
{
border-color: #86596D;
}
.TagClassName
{
border-color: #86596D;
}
</style>