Shades of Cannon Pink #86586B
Tints of Cannon Pink #86586B
RGB
CMYK
RGB Variations
Color information
#86586B (or 0x86586B) is known color: Cannon Pink. HEX triplet: 86, 58 and 6B. RGB value is (134,88,107). Sum of RGB (Red+Green+Blue) = 134+88+107=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #86586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86586B is #79A794. Grayscale: #676767. Windows color (decimal): -7972757 or 7035014. OLE color: 7035014.
HSL color Cylindrical-coordinate representation of color #86586B: hue angle of 335.22º 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 #86586B is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 107 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.47 |
| HSL | 335.22º | 0.21% | 0.44% | - |
| HSV(B) | 335.22º | 0.34% | 0.53% | - |
| XYZ | 15.98 | 13.11 | 15.6 | - |
| YUV | 103.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 107 | 0 | 0.34 | 0.20 | 0.47 | 335.22 | 0.21 | 0.44 |
| Hex | 86 | 58 | 6B | 0 | 22 | 14 | 2F | 14F | 15 | 2C |
| Octal | 206 | 130 | 153 | 0 | 42 | 24 | 57 | 517 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1101011 | 0 | 100010 | 10100 | 101111 | 101001111 | 10101 | 101100 |
Color Harmonies of #86586B
Complementary color
Monochromatic Colors of #86586B
Black with #86586B
Text Example
Text Example
White with #86586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86586B; }
p { color: rgb(134,88,107); }
H1.HeaderClassName
{
color: #86586B;
}
.AnyTagClassName
{
color: #86586B;
}
</style>
background-color css
<style>
a { background-color: #86586B; }
a { background-color: rgb(134,88,107); }
div.DivClassName
{
background-color: #86586B;
}
.BgClassName
{
background-color: #86586B;
}
</style>
border-color css
<style>
span { border-color: #86586B; }
span { border-color: rgb(134,88,107); }
td.TdClassName
{
border-color: #86586B;
}
.TagClassName
{
border-color: #86586B;
}
</style>