Shades of Cannon Pink #86545C
Tints of Cannon Pink #86545C
RGB
CMYK
RGB Variations
Color information
#86545C (or 0x86545C) is known color: Cannon Pink. HEX triplet: 86, 54 and 5C. RGB value is (134,84,92). Sum of RGB (Red+Green+Blue) = 134+84+92=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #86545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86545C is #79ABA3. Grayscale: #636363. Windows color (decimal): -7973796 or 6050950. OLE color: 6050950.
HSL color Cylindrical-coordinate representation of color #86545C: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86545C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 92 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.47 |
| HSL | 350.4º | 0.23% | 0.43% | - |
| HSV(B) | 350.4º | 0.37% | 0.53% | - |
| XYZ | 14.93 | 12.18 | 11.69 | - |
| YUV | 99.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 92 | 0 | 0.37 | 0.31 | 0.47 | 350.4 | 0.23 | 0.43 |
| Hex | 86 | 54 | 5C | 0 | 25 | 1F | 2F | 15E | 17 | 2B |
| Octal | 206 | 124 | 134 | 0 | 45 | 37 | 57 | 536 | 27 | 53 |
| Binary | 10000110 | 1010100 | 1011100 | 0 | 100101 | 11111 | 101111 | 101011110 | 10111 | 101011 |
Color Harmonies of #86545C
Complementary color
Monochromatic Colors of #86545C
Black with #86545C
Text Example
Text Example
White with #86545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86545C; }
p { color: rgb(134,84,92); }
H1.HeaderClassName
{
color: #86545C;
}
.AnyTagClassName
{
color: #86545C;
}
</style>
background-color css
<style>
a { background-color: #86545C; }
a { background-color: rgb(134,84,92); }
div.DivClassName
{
background-color: #86545C;
}
.BgClassName
{
background-color: #86545C;
}
</style>
border-color css
<style>
span { border-color: #86545C; }
span { border-color: rgb(134,84,92); }
td.TdClassName
{
border-color: #86545C;
}
.TagClassName
{
border-color: #86545C;
}
</style>