Shades of Cannon Pink #865964
Tints of Cannon Pink #865964
RGB
CMYK
RGB Variations
Color information
#865964 (or 0x865964) is known color: Cannon Pink. HEX triplet: 86, 59 and 64. RGB value is (134,89,100). Sum of RGB (Red+Green+Blue) = 134+89+100=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 134 - color contains mainly: red. Hex color #865964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865964 is #79A69B. Grayscale: #676767. Windows color (decimal): -7972508 or 6576518. OLE color: 6576518.
HSL color Cylindrical-coordinate representation of color #865964: hue angle of 345.33º degrees, saturation: 0.2, 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 #865964 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 100 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.47 |
| HSL | 345.33º | 0.2% | 0.44% | - |
| HSV(B) | 345.33º | 0.34% | 0.53% | - |
| XYZ | 15.7 | 13.13 | 13.76 | - |
| YUV | 103.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 100 | 0 | 0.34 | 0.25 | 0.47 | 345.33 | 0.2 | 0.44 |
| Hex | 86 | 59 | 64 | 0 | 22 | 19 | 2F | 159 | 14 | 2C |
| Octal | 206 | 131 | 144 | 0 | 42 | 31 | 57 | 531 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1100100 | 0 | 100010 | 11001 | 101111 | 101011001 | 10100 | 101100 |
Color Harmonies of #865964
Complementary color
Monochromatic Colors of #865964
Black with #865964
Text Example
Text Example
White with #865964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865964; }
p { color: rgb(134,89,100); }
H1.HeaderClassName
{
color: #865964;
}
.AnyTagClassName
{
color: #865964;
}
</style>
background-color css
<style>
a { background-color: #865964; }
a { background-color: rgb(134,89,100); }
div.DivClassName
{
background-color: #865964;
}
.BgClassName
{
background-color: #865964;
}
</style>
border-color css
<style>
span { border-color: #865964; }
span { border-color: rgb(134,89,100); }
td.TdClassName
{
border-color: #865964;
}
.TagClassName
{
border-color: #865964;
}
</style>