Shades of Cannon Pink #864E59
Tints of Cannon Pink #864E59
RGB
CMYK
RGB Variations
Color information
#864E59 (or 0x864E59) is known color: Cannon Pink. HEX triplet: 86, 4E and 59. RGB value is (134,78,89). Sum of RGB (Red+Green+Blue) = 134+78+89=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #864E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E59 is #79B1A6. Grayscale: #606060. Windows color (decimal): -7975335 or 5852806. OLE color: 5852806.
HSL color Cylindrical-coordinate representation of color #864E59: hue angle of 348.21º 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 #864E59 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 89 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.47 |
| HSL | 348.21º | 0.26% | 0.42% | - |
| HSV(B) | 348.21º | 0.42% | 0.53% | - |
| XYZ | 14.36 | 11.24 | 10.86 | - |
| YUV | 96 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 89 | 0 | 0.42 | 0.34 | 0.47 | 348.21 | 0.26 | 0.42 |
| Hex | 86 | 4E | 59 | 0 | 2A | 22 | 2F | 15C | 1A | 2A |
| Octal | 206 | 116 | 131 | 0 | 52 | 42 | 57 | 534 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1011001 | 0 | 101010 | 100010 | 101111 | 101011100 | 11010 | 101010 |
Color Harmonies of #864E59
Complementary color
Monochromatic Colors of #864E59
Black with #864E59
Text Example
Text Example
White with #864E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E59; }
p { color: rgb(134,78,89); }
H1.HeaderClassName
{
color: #864E59;
}
.AnyTagClassName
{
color: #864E59;
}
</style>
background-color css
<style>
a { background-color: #864E59; }
a { background-color: rgb(134,78,89); }
div.DivClassName
{
background-color: #864E59;
}
.BgClassName
{
background-color: #864E59;
}
</style>
border-color css
<style>
span { border-color: #864E59; }
span { border-color: rgb(134,78,89); }
td.TdClassName
{
border-color: #864E59;
}
.TagClassName
{
border-color: #864E59;
}
</style>