Shades of Cannon Pink #86585D
Tints of Cannon Pink #86585D
RGB
CMYK
RGB Variations
Color information
#86585D (or 0x86585D) is known color: Cannon Pink. HEX triplet: 86, 58 and 5D. RGB value is (134,88,93). Sum of RGB (Red+Green+Blue) = 134+88+93=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86585D is #79A7A2. Grayscale: #666666. Windows color (decimal): -7972771 or 6117510. OLE color: 6117510.
HSL color Cylindrical-coordinate representation of color #86585D: hue angle of 353.48º 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 #86585D is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 93 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.47 |
| HSL | 353.48º | 0.21% | 0.44% | - |
| HSV(B) | 353.48º | 0.34% | 0.53% | - |
| XYZ | 15.3 | 12.84 | 12.03 | - |
| YUV | 102.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 93 | 0 | 0.34 | 0.31 | 0.47 | 353.48 | 0.21 | 0.44 |
| Hex | 86 | 58 | 5D | 0 | 22 | 1F | 2F | 161 | 15 | 2C |
| Octal | 206 | 130 | 135 | 0 | 42 | 37 | 57 | 541 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1011101 | 0 | 100010 | 11111 | 101111 | 101100001 | 10101 | 101100 |
Color Harmonies of #86585D
Complementary color
Monochromatic Colors of #86585D
Black with #86585D
Text Example
Text Example
White with #86585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86585D; }
p { color: rgb(134,88,93); }
H1.HeaderClassName
{
color: #86585D;
}
.AnyTagClassName
{
color: #86585D;
}
</style>
background-color css
<style>
a { background-color: #86585D; }
a { background-color: rgb(134,88,93); }
div.DivClassName
{
background-color: #86585D;
}
.BgClassName
{
background-color: #86585D;
}
</style>
border-color css
<style>
span { border-color: #86585D; }
span { border-color: rgb(134,88,93); }
td.TdClassName
{
border-color: #86585D;
}
.TagClassName
{
border-color: #86585D;
}
</style>