Shades of Cannon Pink #86485C
Tints of Cannon Pink #86485C
RGB
CMYK
RGB Variations
Color information
#86485C (or 0x86485C) is known color: Cannon Pink. HEX triplet: 86, 48 and 5C. RGB value is (134,72,92). Sum of RGB (Red+Green+Blue) = 134+72+92=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #86485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86485C is #79B7A3. Grayscale: #5C5C5C. Windows color (decimal): -7976868 or 6047878. OLE color: 6047878.
HSL color Cylindrical-coordinate representation of color #86485C: hue angle of 340.65º 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 #86485C is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 72 | 92 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.47 |
| HSL | 340.65º | 0.3% | 0.4% | - |
| HSV(B) | 340.65º | 0.46% | 0.53% | - |
| XYZ | 14.08 | 10.48 | 11.41 | - |
| YUV | 92.82 | 127.54 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 72 | 92 | 0 | 0.46 | 0.31 | 0.47 | 340.65 | 0.3 | 0.4 |
| Hex | 86 | 48 | 5C | 0 | 2E | 1F | 2F | 155 | 1E | 28 |
| Octal | 206 | 110 | 134 | 0 | 56 | 37 | 57 | 525 | 36 | 50 |
| Binary | 10000110 | 1001000 | 1011100 | 0 | 101110 | 11111 | 101111 | 101010101 | 11110 | 101000 |
Color Harmonies of #86485C
Complementary color
Monochromatic Colors of #86485C
Black with #86485C
Text Example
Text Example
White with #86485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86485C; }
p { color: rgb(134,72,92); }
H1.HeaderClassName
{
color: #86485C;
}
.AnyTagClassName
{
color: #86485C;
}
</style>
background-color css
<style>
a { background-color: #86485C; }
a { background-color: rgb(134,72,92); }
div.DivClassName
{
background-color: #86485C;
}
.BgClassName
{
background-color: #86485C;
}
</style>
border-color css
<style>
span { border-color: #86485C; }
span { border-color: rgb(134,72,92); }
td.TdClassName
{
border-color: #86485C;
}
.TagClassName
{
border-color: #86485C;
}
</style>