Shades of Cannon Pink #86585F
Tints of Cannon Pink #86585F
RGB
CMYK
RGB Variations
Color information
#86585F (or 0x86585F) is known color: Cannon Pink. HEX triplet: 86, 58 and 5F. RGB value is (134,88,95). Sum of RGB (Red+Green+Blue) = 134+88+95=317 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.27% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 134 - color contains mainly: red. Hex color #86585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585F is #79A7A0. Grayscale: #666666. Windows color (decimal): -7972769 or 6248582. OLE color: 6248582.
HSL color Cylindrical-coordinate representation of color #86585F: hue angle of 350.87º 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 #86585F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 95 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.47 |
| HSL | 350.87º | 0.21% | 0.44% | - |
| HSV(B) | 350.87º | 0.34% | 0.53% | - |
| XYZ | 15.39 | 12.87 | 12.5 | - |
| YUV | 102.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 95 | 0 | 0.34 | 0.29 | 0.47 | 350.87 | 0.21 | 0.44 |
| Hex | 86 | 58 | 5F | 0 | 22 | 1D | 2F | 15F | 15 | 2C |
| Octal | 206 | 130 | 137 | 0 | 42 | 35 | 57 | 537 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1011111 | 0 | 100010 | 11101 | 101111 | 101011111 | 10101 | 101100 |
Color Harmonies of #86585F
Complementary color
Monochromatic Colors of #86585F
Black with #86585F
Text Example
Text Example
White with #86585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86585F; }
p { color: rgb(134,88,95); }
H1.HeaderClassName
{
color: #86585F;
}
.AnyTagClassName
{
color: #86585F;
}
</style>
background-color css
<style>
a { background-color: #86585F; }
a { background-color: rgb(134,88,95); }
div.DivClassName
{
background-color: #86585F;
}
.BgClassName
{
background-color: #86585F;
}
</style>
border-color css
<style>
span { border-color: #86585F; }
span { border-color: rgb(134,88,95); }
td.TdClassName
{
border-color: #86585F;
}
.TagClassName
{
border-color: #86585F;
}
</style>