Shades of Cannon Pink #86495B
Tints of Cannon Pink #86495B
RGB
CMYK
RGB Variations
Color information
#86495B (or 0x86495B) is known color: Cannon Pink. HEX triplet: 86, 49 and 5B. RGB value is (134,73,91). Sum of RGB (Red+Green+Blue) = 134+73+91=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495B is #79B6A4. Grayscale: #5D5D5D. Windows color (decimal): -7976613 or 5982598. OLE color: 5982598.
HSL color Cylindrical-coordinate representation of color #86495B: hue angle of 342.3º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86495B is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 91 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.47 |
| HSL | 342.3º | 0.29% | 0.41% | - |
| HSV(B) | 342.3º | 0.46% | 0.53% | - |
| XYZ | 14.1 | 10.59 | 11.2 | - |
| YUV | 93.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 91 | 0 | 0.46 | 0.32 | 0.47 | 342.3 | 0.29 | 0.41 |
| Hex | 86 | 49 | 5B | 0 | 2E | 20 | 2F | 156 | 1D | 29 |
| Octal | 206 | 111 | 133 | 0 | 56 | 40 | 57 | 526 | 35 | 51 |
| Binary | 10000110 | 1001001 | 1011011 | 0 | 101110 | 100000 | 101111 | 101010110 | 11101 | 101001 |
Color Harmonies of #86495B
Complementary color
Monochromatic Colors of #86495B
Black with #86495B
Text Example
Text Example
White with #86495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86495B; }
p { color: rgb(134,73,91); }
H1.HeaderClassName
{
color: #86495B;
}
.AnyTagClassName
{
color: #86495B;
}
</style>
background-color css
<style>
a { background-color: #86495B; }
a { background-color: rgb(134,73,91); }
div.DivClassName
{
background-color: #86495B;
}
.BgClassName
{
background-color: #86495B;
}
</style>
border-color css
<style>
span { border-color: #86495B; }
span { border-color: rgb(134,73,91); }
td.TdClassName
{
border-color: #86495B;
}
.TagClassName
{
border-color: #86495B;
}
</style>