Shades of Cannon Pink #86595E
Tints of Cannon Pink #86595E
RGB
CMYK
RGB Variations
Color information
#86595E (or 0x86595E) is known color: Cannon Pink. HEX triplet: 86, 59 and 5E. RGB value is (134,89,94). Sum of RGB (Red+Green+Blue) = 134+89+94=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86595E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86595E is #79A6A1. Grayscale: #676767. Windows color (decimal): -7972514 or 6183302. OLE color: 6183302.
HSL color Cylindrical-coordinate representation of color #86595E: hue angle of 353.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 #86595E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 94 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.47 |
| HSL | 353.33º | 0.2% | 0.44% | - |
| HSV(B) | 353.33º | 0.34% | 0.53% | - |
| XYZ | 15.42 | 13.02 | 12.29 | - |
| YUV | 103.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 94 | 0 | 0.34 | 0.30 | 0.47 | 353.33 | 0.2 | 0.44 |
| Hex | 86 | 59 | 5E | 0 | 22 | 1E | 2F | 161 | 14 | 2C |
| Octal | 206 | 131 | 136 | 0 | 42 | 36 | 57 | 541 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1011110 | 0 | 100010 | 11110 | 101111 | 101100001 | 10100 | 101100 |
Color Harmonies of #86595E
Complementary color
Monochromatic Colors of #86595E
Black with #86595E
Text Example
Text Example
White with #86595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86595E; }
p { color: rgb(134,89,94); }
H1.HeaderClassName
{
color: #86595E;
}
.AnyTagClassName
{
color: #86595E;
}
</style>
background-color css
<style>
a { background-color: #86595E; }
a { background-color: rgb(134,89,94); }
div.DivClassName
{
background-color: #86595E;
}
.BgClassName
{
background-color: #86595E;
}
</style>
border-color css
<style>
span { border-color: #86595E; }
span { border-color: rgb(134,89,94); }
td.TdClassName
{
border-color: #86595E;
}
.TagClassName
{
border-color: #86595E;
}
</style>