Shades of Cannon Pink #86596C
Tints of Cannon Pink #86596C
RGB
CMYK
RGB Variations
Color information
#86596C (or 0x86596C) is known color: Cannon Pink. HEX triplet: 86, 59 and 6C. RGB value is (134,89,108). Sum of RGB (Red+Green+Blue) = 134+89+108=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #86596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86596C is #79A693. Grayscale: #686868. Windows color (decimal): -7972500 or 7100806. OLE color: 7100806.
HSL color Cylindrical-coordinate representation of color #86596C: hue angle of 334.67º degrees, saturation: 0.2, 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 #86596C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 108 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.47 |
| HSL | 334.67º | 0.2% | 0.44% | - |
| HSV(B) | 334.67º | 0.34% | 0.53% | - |
| XYZ | 16.11 | 13.3 | 15.9 | - |
| YUV | 104.62 | 129.91 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 108 | 0 | 0.34 | 0.19 | 0.47 | 334.67 | 0.2 | 0.44 |
| Hex | 86 | 59 | 6C | 0 | 22 | 13 | 2F | 14F | 14 | 2C |
| Octal | 206 | 131 | 154 | 0 | 42 | 23 | 57 | 517 | 24 | 54 |
| Binary | 10000110 | 1011001 | 1101100 | 0 | 100010 | 10011 | 101111 | 101001111 | 10100 | 101100 |
Color Harmonies of #86596C
Complementary color
Monochromatic Colors of #86596C
Black with #86596C
Text Example
Text Example
White with #86596C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86596C; }
p { color: rgb(134,89,108); }
H1.HeaderClassName
{
color: #86596C;
}
.AnyTagClassName
{
color: #86596C;
}
</style>
background-color css
<style>
a { background-color: #86596C; }
a { background-color: rgb(134,89,108); }
div.DivClassName
{
background-color: #86596C;
}
.BgClassName
{
background-color: #86596C;
}
</style>
border-color css
<style>
span { border-color: #86596C; }
span { border-color: rgb(134,89,108); }
td.TdClassName
{
border-color: #86596C;
}
.TagClassName
{
border-color: #86596C;
}
</style>