Shades of Cannon Pink #86586D
Tints of Cannon Pink #86586D
RGB
CMYK
RGB Variations
Color information
#86586D (or 0x86586D) is known color: Cannon Pink. HEX triplet: 86, 58 and 6D. RGB value is (134,88,109). Sum of RGB (Red+Green+Blue) = 134+88+109=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86586D is #79A792. Grayscale: #686868. Windows color (decimal): -7972755 or 7166086. OLE color: 7166086.
HSL color Cylindrical-coordinate representation of color #86586D: hue angle of 332.61º 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 #86586D is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 109 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.47 |
| HSL | 332.61º | 0.21% | 0.44% | - |
| HSV(B) | 332.61º | 0.34% | 0.53% | - |
| XYZ | 16.08 | 13.15 | 16.16 | - |
| YUV | 104.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 109 | 0 | 0.34 | 0.19 | 0.47 | 332.61 | 0.21 | 0.44 |
| Hex | 86 | 58 | 6D | 0 | 22 | 13 | 2F | 14D | 15 | 2C |
| Octal | 206 | 130 | 155 | 0 | 42 | 23 | 57 | 515 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1101101 | 0 | 100010 | 10011 | 101111 | 101001101 | 10101 | 101100 |
Color Harmonies of #86586D
Complementary color
Monochromatic Colors of #86586D
Black with #86586D
Text Example
Text Example
White with #86586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86586D; }
p { color: rgb(134,88,109); }
H1.HeaderClassName
{
color: #86586D;
}
.AnyTagClassName
{
color: #86586D;
}
</style>
background-color css
<style>
a { background-color: #86586D; }
a { background-color: rgb(134,88,109); }
div.DivClassName
{
background-color: #86586D;
}
.BgClassName
{
background-color: #86586D;
}
</style>
border-color css
<style>
span { border-color: #86586D; }
span { border-color: rgb(134,88,109); }
td.TdClassName
{
border-color: #86586D;
}
.TagClassName
{
border-color: #86586D;
}
</style>