Shades of Cannon Pink #864858
Tints of Cannon Pink #864858
RGB
CMYK
RGB Variations
Color information
#864858 (or 0x864858) is known color: Cannon Pink. HEX triplet: 86, 48 and 58. RGB value is (134,72,88). Sum of RGB (Red+Green+Blue) = 134+72+88=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #864858 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864858 is #79B7A7. Grayscale: #5C5C5C. Windows color (decimal): -7976872 or 5785734. OLE color: 5785734.
HSL color Cylindrical-coordinate representation of color #864858: hue angle of 344.52º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864858 is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 72 | 88 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.47 |
| HSL | 344.52º | 0.3% | 0.4% | - |
| HSV(B) | 344.52º | 0.46% | 0.53% | - |
| XYZ | 13.91 | 10.41 | 10.51 | - |
| YUV | 92.36 | 125.54 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 88 | 0 | 0.46 | 0.34 | 0.47 | 344.52 | 0.3 | 0.4 |
| Hex | 86 | 48 | 58 | 0 | 2E | 22 | 2F | 159 | 1E | 28 |
| Octal | 206 | 110 | 130 | 0 | 56 | 42 | 57 | 531 | 36 | 50 |
| Binary | 10000110 | 1001000 | 1011000 | 0 | 101110 | 100010 | 101111 | 101011001 | 11110 | 101000 |
Color Harmonies of #864858
Complementary color
Monochromatic Colors of #864858
Black with #864858
Text Example
Text Example
White with #864858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864858; }
p { color: rgb(134,72,88); }
H1.HeaderClassName
{
color: #864858;
}
.AnyTagClassName
{
color: #864858;
}
</style>
background-color css
<style>
a { background-color: #864858; }
a { background-color: rgb(134,72,88); }
div.DivClassName
{
background-color: #864858;
}
.BgClassName
{
background-color: #864858;
}
</style>
border-color css
<style>
span { border-color: #864858; }
span { border-color: rgb(134,72,88); }
td.TdClassName
{
border-color: #864858;
}
.TagClassName
{
border-color: #864858;
}
</style>