Shades of Cannon Pink #864E5D
Tints of Cannon Pink #864E5D
RGB
CMYK
RGB Variations
Color information
#864E5D (or 0x864E5D) is known color: Cannon Pink. HEX triplet: 86, 4E and 5D. RGB value is (134,78,93). Sum of RGB (Red+Green+Blue) = 134+78+93=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #864E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864E5D is #79B1A2. Grayscale: #606060. Windows color (decimal): -7975331 or 6114950. OLE color: 6114950.
HSL color Cylindrical-coordinate representation of color #864E5D: hue angle of 343.93º 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 #864E5D is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 93 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.47 |
| HSL | 343.93º | 0.26% | 0.42% | - |
| HSV(B) | 343.93º | 0.42% | 0.53% | - |
| XYZ | 14.53 | 11.31 | 11.77 | - |
| YUV | 96.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 93 | 0 | 0.42 | 0.31 | 0.47 | 343.93 | 0.26 | 0.42 |
| Hex | 86 | 4E | 5D | 0 | 2A | 1F | 2F | 158 | 1A | 2A |
| Octal | 206 | 116 | 135 | 0 | 52 | 37 | 57 | 530 | 32 | 52 |
| Binary | 10000110 | 1001110 | 1011101 | 0 | 101010 | 11111 | 101111 | 101011000 | 11010 | 101010 |
Color Harmonies of #864E5D
Complementary color
Monochromatic Colors of #864E5D
Black with #864E5D
Text Example
Text Example
White with #864E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E5D; }
p { color: rgb(134,78,93); }
H1.HeaderClassName
{
color: #864E5D;
}
.AnyTagClassName
{
color: #864E5D;
}
</style>
background-color css
<style>
a { background-color: #864E5D; }
a { background-color: rgb(134,78,93); }
div.DivClassName
{
background-color: #864E5D;
}
.BgClassName
{
background-color: #864E5D;
}
</style>
border-color css
<style>
span { border-color: #864E5D; }
span { border-color: rgb(134,78,93); }
td.TdClassName
{
border-color: #864E5D;
}
.TagClassName
{
border-color: #864E5D;
}
</style>