Shades of Cannon Pink #86495D
Tints of Cannon Pink #86495D
RGB
CMYK
RGB Variations
Color information
#86495D (or 0x86495D) is known color: Cannon Pink. HEX triplet: 86, 49 and 5D. RGB value is (134,73,93). Sum of RGB (Red+Green+Blue) = 134+73+93=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86495D is #79B6A2. Grayscale: #5D5D5D. Windows color (decimal): -7976611 or 6113670. OLE color: 6113670.
HSL color Cylindrical-coordinate representation of color #86495D: hue angle of 340.33º 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 #86495D is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 73 | 93 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.47 |
| HSL | 340.33º | 0.29% | 0.41% | - |
| HSV(B) | 340.33º | 0.46% | 0.53% | - |
| XYZ | 14.19 | 10.62 | 11.66 | - |
| YUV | 93.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 73 | 93 | 0 | 0.46 | 0.31 | 0.47 | 340.33 | 0.29 | 0.41 |
| Hex | 86 | 49 | 5D | 0 | 2E | 1F | 2F | 154 | 1D | 29 |
| Octal | 206 | 111 | 135 | 0 | 56 | 37 | 57 | 524 | 35 | 51 |
| Binary | 10000110 | 1001001 | 1011101 | 0 | 101110 | 11111 | 101111 | 101010100 | 11101 | 101001 |
Color Harmonies of #86495D
Complementary color
Monochromatic Colors of #86495D
Black with #86495D
Text Example
Text Example
White with #86495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86495D; }
p { color: rgb(134,73,93); }
H1.HeaderClassName
{
color: #86495D;
}
.AnyTagClassName
{
color: #86495D;
}
</style>
background-color css
<style>
a { background-color: #86495D; }
a { background-color: rgb(134,73,93); }
div.DivClassName
{
background-color: #86495D;
}
.BgClassName
{
background-color: #86495D;
}
</style>
border-color css
<style>
span { border-color: #86495D; }
span { border-color: rgb(134,73,93); }
td.TdClassName
{
border-color: #86495D;
}
.TagClassName
{
border-color: #86495D;
}
</style>