Shades of Cannon Pink #86586C
Tints of Cannon Pink #86586C
RGB
CMYK
RGB Variations
Color information
#86586C (or 0x86586C) is known color: Cannon Pink. HEX triplet: 86, 58 and 6C. RGB value is (134,88,108). Sum of RGB (Red+Green+Blue) = 134+88+108=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86586C is #79A793. Grayscale: #676767. Windows color (decimal): -7972756 or 7100550. OLE color: 7100550.
HSL color Cylindrical-coordinate representation of color #86586C: hue angle of 333.91º 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 #86586C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 108 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.47 |
| HSL | 333.91º | 0.21% | 0.44% | - |
| HSV(B) | 333.91º | 0.34% | 0.53% | - |
| XYZ | 16.03 | 13.13 | 15.88 | - |
| YUV | 104.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 108 | 0 | 0.34 | 0.19 | 0.47 | 333.91 | 0.21 | 0.44 |
| Hex | 86 | 58 | 6C | 0 | 22 | 13 | 2F | 14E | 15 | 2C |
| Octal | 206 | 130 | 154 | 0 | 42 | 23 | 57 | 516 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1101100 | 0 | 100010 | 10011 | 101111 | 101001110 | 10101 | 101100 |
Color Harmonies of #86586C
Complementary color
Monochromatic Colors of #86586C
Black with #86586C
Text Example
Text Example
White with #86586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86586C; }
p { color: rgb(134,88,108); }
H1.HeaderClassName
{
color: #86586C;
}
.AnyTagClassName
{
color: #86586C;
}
</style>
background-color css
<style>
a { background-color: #86586C; }
a { background-color: rgb(134,88,108); }
div.DivClassName
{
background-color: #86586C;
}
.BgClassName
{
background-color: #86586C;
}
</style>
border-color css
<style>
span { border-color: #86586C; }
span { border-color: rgb(134,88,108); }
td.TdClassName
{
border-color: #86586C;
}
.TagClassName
{
border-color: #86586C;
}
</style>