Shades of Cannon Pink #864E5B
Tints of Cannon Pink #864E5B
RGB
CMYK
RGB Variations
Color information
#864E5B (or 0x864E5B) is known color: Cannon Pink. HEX triplet: 86, 4E and 5B. RGB value is (134,78,91). Sum of RGB (Red+Green+Blue) = 134+78+91=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5B is #79B1A4. Grayscale: #606060. Windows color (decimal): -7975333 or 5983878. OLE color: 5983878.
HSL color Cylindrical-coordinate representation of color #864E5B: hue angle of 346.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #864E5B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 91 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.47 |
| HSL | 346.07º | 0.26% | 0.42% | - |
| HSV(B) | 346.07º | 0.42% | 0.53% | - |
| XYZ | 14.44 | 11.27 | 11.31 | - |
| YUV | 96.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 91 | 0 | 0.42 | 0.32 | 0.47 | 346.07 | 0.26 | 0.42 |
| Hex | 86 | 4E | 5B | 0 | 2A | 20 | 2F | 15A | 1A | 2A |
| Octal | 206 | 116 | 133 | 0 | 52 | 40 | 57 | 532 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1011011 | 0 | 101010 | 100000 | 101111 | 101011010 | 11010 | 101010 |
Color Harmonies of #864E5B
Complementary color
Monochromatic Colors of #864E5B
Black with #864E5B
Text Example
Text Example
White with #864E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E5B; }
p { color: rgb(134,78,91); }
H1.HeaderClassName
{
color: #864E5B;
}
.AnyTagClassName
{
color: #864E5B;
}
</style>
background-color css
<style>
a { background-color: #864E5B; }
a { background-color: rgb(134,78,91); }
div.DivClassName
{
background-color: #864E5B;
}
.BgClassName
{
background-color: #864E5B;
}
</style>
border-color css
<style>
span { border-color: #864E5B; }
span { border-color: rgb(134,78,91); }
td.TdClassName
{
border-color: #864E5B;
}
.TagClassName
{
border-color: #864E5B;
}
</style>