Shades of Cannon Pink #86566A
Tints of Cannon Pink #86566A
RGB
CMYK
RGB Variations
Color information
#86566A (or 0x86566A) is known color: Cannon Pink. HEX triplet: 86, 56 and 6A. RGB value is (134,86,106). Sum of RGB (Red+Green+Blue) = 134+86+106=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86566A is #79A995. Grayscale: #666666. Windows color (decimal): -7973270 or 6968966. OLE color: 6968966.
HSL color Cylindrical-coordinate representation of color #86566A: hue angle of 335º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86566A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 106 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.47 |
| HSL | 335º | 0.22% | 0.43% | - |
| HSV(B) | 335º | 0.36% | 0.53% | - |
| XYZ | 15.76 | 12.76 | 15.27 | - |
| YUV | 102.63 | 129.9 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 106 | 0 | 0.36 | 0.21 | 0.47 | 335 | 0.22 | 0.43 |
| Hex | 86 | 56 | 6A | 0 | 24 | 15 | 2F | 14F | 16 | 2B |
| Octal | 206 | 126 | 152 | 0 | 44 | 25 | 57 | 517 | 26 | 53 |
| Binary | 10000110 | 1010110 | 1101010 | 0 | 100100 | 10101 | 101111 | 101001111 | 10110 | 101011 |
Color Harmonies of #86566A
Complementary color
Monochromatic Colors of #86566A
Black with #86566A
Text Example
Text Example
White with #86566A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86566A; }
p { color: rgb(134,86,106); }
H1.HeaderClassName
{
color: #86566A;
}
.AnyTagClassName
{
color: #86566A;
}
</style>
background-color css
<style>
a { background-color: #86566A; }
a { background-color: rgb(134,86,106); }
div.DivClassName
{
background-color: #86566A;
}
.BgClassName
{
background-color: #86566A;
}
</style>
border-color css
<style>
span { border-color: #86566A; }
span { border-color: rgb(134,86,106); }
td.TdClassName
{
border-color: #86566A;
}
.TagClassName
{
border-color: #86566A;
}
</style>