Shades of Cannon Pink #865860
Tints of Cannon Pink #865860
RGB
CMYK
RGB Variations
Color information
#865860 (or 0x865860) is known color: Cannon Pink. HEX triplet: 86, 58 and 60. RGB value is (134,88,96). Sum of RGB (Red+Green+Blue) = 134+88+96=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865860 is #79A79F. Grayscale: #666666. Windows color (decimal): -7972768 or 6314118. OLE color: 6314118.
HSL color Cylindrical-coordinate representation of color #865860: hue angle of 349.57º 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 #865860 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 96 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.47 |
| HSL | 349.57º | 0.21% | 0.44% | - |
| HSV(B) | 349.57º | 0.34% | 0.53% | - |
| XYZ | 15.43 | 12.89 | 12.74 | - |
| YUV | 102.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 96 | 0 | 0.34 | 0.28 | 0.47 | 349.57 | 0.21 | 0.44 |
| Hex | 86 | 58 | 60 | 0 | 22 | 1C | 2F | 15E | 15 | 2C |
| Octal | 206 | 130 | 140 | 0 | 42 | 34 | 57 | 536 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1100000 | 0 | 100010 | 11100 | 101111 | 101011110 | 10101 | 101100 |
Color Harmonies of #865860
Complementary color
Monochromatic Colors of #865860
Black with #865860
Text Example
Text Example
White with #865860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865860; }
p { color: rgb(134,88,96); }
H1.HeaderClassName
{
color: #865860;
}
.AnyTagClassName
{
color: #865860;
}
</style>
background-color css
<style>
a { background-color: #865860; }
a { background-color: rgb(134,88,96); }
div.DivClassName
{
background-color: #865860;
}
.BgClassName
{
background-color: #865860;
}
</style>
border-color css
<style>
span { border-color: #865860; }
span { border-color: rgb(134,88,96); }
td.TdClassName
{
border-color: #865860;
}
.TagClassName
{
border-color: #865860;
}
</style>