Shades of Cannon Pink #865464
Tints of Cannon Pink #865464
RGB
CMYK
RGB Variations
Color information
#865464 (or 0x865464) is known color: Cannon Pink. HEX triplet: 86, 54 and 64. RGB value is (134,84,100). Sum of RGB (Red+Green+Blue) = 134+84+100=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 134 - color contains mainly: red. Hex color #865464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865464 is #79AB9B. Grayscale: #646464. Windows color (decimal): -7973788 or 6575238. OLE color: 6575238.
HSL color Cylindrical-coordinate representation of color #865464: hue angle of 340.8º degrees, saturation: 0.23, 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 #865464 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 100 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.47 |
| HSL | 340.8º | 0.23% | 0.43% | - |
| HSV(B) | 340.8º | 0.37% | 0.53% | - |
| XYZ | 15.3 | 12.33 | 13.63 | - |
| YUV | 100.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 100 | 0 | 0.37 | 0.25 | 0.47 | 340.8 | 0.23 | 0.43 |
| Hex | 86 | 54 | 64 | 0 | 25 | 19 | 2F | 155 | 17 | 2B |
| Octal | 206 | 124 | 144 | 0 | 45 | 31 | 57 | 525 | 27 | 53 |
| Binary | 10000110 | 1010100 | 1100100 | 0 | 100101 | 11001 | 101111 | 101010101 | 10111 | 101011 |
Color Harmonies of #865464
Complementary color
Monochromatic Colors of #865464
Black with #865464
Text Example
Text Example
White with #865464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865464; }
p { color: rgb(134,84,100); }
H1.HeaderClassName
{
color: #865464;
}
.AnyTagClassName
{
color: #865464;
}
</style>
background-color css
<style>
a { background-color: #865464; }
a { background-color: rgb(134,84,100); }
div.DivClassName
{
background-color: #865464;
}
.BgClassName
{
background-color: #865464;
}
</style>
border-color css
<style>
span { border-color: #865464; }
span { border-color: rgb(134,84,100); }
td.TdClassName
{
border-color: #865464;
}
.TagClassName
{
border-color: #865464;
}
</style>