Shades of Cannon Pink #865560
Tints of Cannon Pink #865560
RGB
CMYK
RGB Variations
Color information
#865560 (or 0x865560) is known color: Cannon Pink. HEX triplet: 86, 55 and 60. RGB value is (134,85,96). Sum of RGB (Red+Green+Blue) = 134+85+96=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 96 (37.89% from 255 or 30.48% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865560 is #79AA9F. Grayscale: #646464. Windows color (decimal): -7973536 or 6313350. OLE color: 6313350.
HSL color Cylindrical-coordinate representation of color #865560: hue angle of 346.53º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865560 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 96 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.47 |
| HSL | 346.53º | 0.22% | 0.43% | - |
| HSV(B) | 346.53º | 0.37% | 0.53% | - |
| XYZ | 15.19 | 12.41 | 12.66 | - |
| YUV | 100.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 96 | 0 | 0.37 | 0.28 | 0.47 | 346.53 | 0.22 | 0.43 |
| Hex | 86 | 55 | 60 | 0 | 25 | 1C | 2F | 15B | 16 | 2B |
| Octal | 206 | 125 | 140 | 0 | 45 | 34 | 57 | 533 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1100000 | 0 | 100101 | 11100 | 101111 | 101011011 | 10110 | 101011 |
Color Harmonies of #865560
Complementary color
Monochromatic Colors of #865560
Black with #865560
Text Example
Text Example
White with #865560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865560; }
p { color: rgb(134,85,96); }
H1.HeaderClassName
{
color: #865560;
}
.AnyTagClassName
{
color: #865560;
}
</style>
background-color css
<style>
a { background-color: #865560; }
a { background-color: rgb(134,85,96); }
div.DivClassName
{
background-color: #865560;
}
.BgClassName
{
background-color: #865560;
}
</style>
border-color css
<style>
span { border-color: #865560; }
span { border-color: rgb(134,85,96); }
td.TdClassName
{
border-color: #865560;
}
.TagClassName
{
border-color: #865560;
}
</style>