Shades of Cannon Pink #86565D
Tints of Cannon Pink #86565D
RGB
CMYK
RGB Variations
Color information
#86565D (or 0x86565D) is known color: Cannon Pink. HEX triplet: 86, 56 and 5D. RGB value is (134,86,93). Sum of RGB (Red+Green+Blue) = 134+86+93=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86565D is #79A9A2. Grayscale: #656565. Windows color (decimal): -7973283 or 6116998. OLE color: 6116998.
HSL color Cylindrical-coordinate representation of color #86565D: hue angle of 351.25º 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 #86565D is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 93 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.47 |
| HSL | 351.25º | 0.22% | 0.43% | - |
| HSV(B) | 351.25º | 0.36% | 0.53% | - |
| XYZ | 15.14 | 12.51 | 11.97 | - |
| YUV | 101.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 93 | 0 | 0.36 | 0.31 | 0.47 | 351.25 | 0.22 | 0.43 |
| Hex | 86 | 56 | 5D | 0 | 24 | 1F | 2F | 15F | 16 | 2B |
| Octal | 206 | 126 | 135 | 0 | 44 | 37 | 57 | 537 | 26 | 53 |
| Binary | 10000110 | 1010110 | 1011101 | 0 | 100100 | 11111 | 101111 | 101011111 | 10110 | 101011 |
Color Harmonies of #86565D
Complementary color
Monochromatic Colors of #86565D
Black with #86565D
Text Example
Text Example
White with #86565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86565D; }
p { color: rgb(134,86,93); }
H1.HeaderClassName
{
color: #86565D;
}
.AnyTagClassName
{
color: #86565D;
}
</style>
background-color css
<style>
a { background-color: #86565D; }
a { background-color: rgb(134,86,93); }
div.DivClassName
{
background-color: #86565D;
}
.BgClassName
{
background-color: #86565D;
}
</style>
border-color css
<style>
span { border-color: #86565D; }
span { border-color: rgb(134,86,93); }
td.TdClassName
{
border-color: #86565D;
}
.TagClassName
{
border-color: #86565D;
}
</style>