Shades of Cannon Pink #86585E
Tints of Cannon Pink #86585E
RGB
CMYK
RGB Variations
Color information
#86585E (or 0x86585E) is known color: Cannon Pink. HEX triplet: 86, 58 and 5E. RGB value is (134,88,94). Sum of RGB (Red+Green+Blue) = 134+88+94=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585E is #79A7A1. Grayscale: #666666. Windows color (decimal): -7972770 or 6183046. OLE color: 6183046.
HSL color Cylindrical-coordinate representation of color #86585E: hue angle of 352.17º degrees, saturation: 0.21, 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 #86585E is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 94 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.47 |
| HSL | 352.17º | 0.21% | 0.44% | - |
| HSV(B) | 352.17º | 0.34% | 0.53% | - |
| XYZ | 15.34 | 12.86 | 12.26 | - |
| YUV | 102.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 94 | 0 | 0.34 | 0.30 | 0.47 | 352.17 | 0.21 | 0.44 |
| Hex | 86 | 58 | 5E | 0 | 22 | 1E | 2F | 160 | 15 | 2C |
| Octal | 206 | 130 | 136 | 0 | 42 | 36 | 57 | 540 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1011110 | 0 | 100010 | 11110 | 101111 | 101100000 | 10101 | 101100 |
Color Harmonies of #86585E
Complementary color
Monochromatic Colors of #86585E
Black with #86585E
Text Example
Text Example
White with #86585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86585E; }
p { color: rgb(134,88,94); }
H1.HeaderClassName
{
color: #86585E;
}
.AnyTagClassName
{
color: #86585E;
}
</style>
background-color css
<style>
a { background-color: #86585E; }
a { background-color: rgb(134,88,94); }
div.DivClassName
{
background-color: #86585E;
}
.BgClassName
{
background-color: #86585E;
}
</style>
border-color css
<style>
span { border-color: #86585E; }
span { border-color: rgb(134,88,94); }
td.TdClassName
{
border-color: #86585E;
}
.TagClassName
{
border-color: #86585E;
}
</style>