Shades of Cannon Pink #865864
Tints of Cannon Pink #865864
RGB
CMYK
RGB Variations
Color information
#865864 (or 0x865864) is known color: Cannon Pink. HEX triplet: 86, 58 and 64. RGB value is (134,88,100). Sum of RGB (Red+Green+Blue) = 134+88+100=322 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.61% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 134 - color contains mainly: red. Hex color #865864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865864 is #79A79B. Grayscale: #676767. Windows color (decimal): -7972764 or 6576262. OLE color: 6576262.
HSL color Cylindrical-coordinate representation of color #865864: hue angle of 344.35º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #865864 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 100 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.47 |
| HSL | 344.35º | 0.21% | 0.44% | - |
| HSV(B) | 344.35º | 0.34% | 0.53% | - |
| XYZ | 15.62 | 12.97 | 13.74 | - |
| YUV | 103.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 100 | 0 | 0.34 | 0.25 | 0.47 | 344.35 | 0.21 | 0.44 |
| Hex | 86 | 58 | 64 | 0 | 22 | 19 | 2F | 158 | 15 | 2C |
| Octal | 206 | 130 | 144 | 0 | 42 | 31 | 57 | 530 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1100100 | 0 | 100010 | 11001 | 101111 | 101011000 | 10101 | 101100 |
Color Harmonies of #865864
Complementary color
Monochromatic Colors of #865864
Black with #865864
Text Example
Text Example
White with #865864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865864; }
p { color: rgb(134,88,100); }
H1.HeaderClassName
{
color: #865864;
}
.AnyTagClassName
{
color: #865864;
}
</style>
background-color css
<style>
a { background-color: #865864; }
a { background-color: rgb(134,88,100); }
div.DivClassName
{
background-color: #865864;
}
.BgClassName
{
background-color: #865864;
}
</style>
border-color css
<style>
span { border-color: #865864; }
span { border-color: rgb(134,88,100); }
td.TdClassName
{
border-color: #865864;
}
.TagClassName
{
border-color: #865864;
}
</style>