Shades of Cannon Pink #864A5E
Tints of Cannon Pink #864A5E
RGB
CMYK
RGB Variations
Color information
#864A5E (or 0x864A5E) is known color: Cannon Pink. HEX triplet: 86, 4A and 5E. RGB value is (134,74,94). Sum of RGB (Red+Green+Blue) = 134+74+94=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #864A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864A5E is #79B5A1. Grayscale: #5E5E5E. Windows color (decimal): -7976354 or 6179462. OLE color: 6179462.
HSL color Cylindrical-coordinate representation of color #864A5E: hue angle of 340º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #864A5E is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 74 | 94 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.47 |
| HSL | 340º | 0.29% | 0.41% | - |
| HSV(B) | 340º | 0.45% | 0.53% | - |
| XYZ | 14.3 | 10.77 | 11.92 | - |
| YUV | 94.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 74 | 94 | 0 | 0.45 | 0.30 | 0.47 | 340 | 0.29 | 0.41 |
| Hex | 86 | 4A | 5E | 0 | 2D | 1E | 2F | 154 | 1D | 29 |
| Octal | 206 | 112 | 136 | 0 | 55 | 36 | 57 | 524 | 35 | 51 |
| Binary | 10000110 | 1001010 | 1011110 | 0 | 101101 | 11110 | 101111 | 101010100 | 11101 | 101001 |
Color Harmonies of #864A5E
Complementary color
Monochromatic Colors of #864A5E
Black with #864A5E
Text Example
Text Example
White with #864A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864A5E; }
p { color: rgb(134,74,94); }
H1.HeaderClassName
{
color: #864A5E;
}
.AnyTagClassName
{
color: #864A5E;
}
</style>
background-color css
<style>
a { background-color: #864A5E; }
a { background-color: rgb(134,74,94); }
div.DivClassName
{
background-color: #864A5E;
}
.BgClassName
{
background-color: #864A5E;
}
</style>
border-color css
<style>
span { border-color: #864A5E; }
span { border-color: rgb(134,74,94); }
td.TdClassName
{
border-color: #864A5E;
}
.TagClassName
{
border-color: #864A5E;
}
</style>