Shades of Cannon Pink #86576D
Tints of Cannon Pink #86576D
RGB
CMYK
RGB Variations
Color information
#86576D (or 0x86576D) is known color: Cannon Pink. HEX triplet: 86, 57 and 6D. RGB value is (134,87,109). Sum of RGB (Red+Green+Blue) = 134+87+109=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 134 - color contains mainly: red. Hex color #86576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86576D is #79A892. Grayscale: #676767. Windows color (decimal): -7973011 or 7165830. OLE color: 7165830.
HSL color Cylindrical-coordinate representation of color #86576D: hue angle of 331.91º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86576D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 87 | 109 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.47 |
| HSL | 331.91º | 0.21% | 0.43% | - |
| HSV(B) | 331.91º | 0.35% | 0.53% | - |
| XYZ | 16 | 12.99 | 16.13 | - |
| YUV | 103.56 | 131.07 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 109 | 0 | 0.35 | 0.19 | 0.47 | 331.91 | 0.21 | 0.43 |
| Hex | 86 | 57 | 6D | 0 | 23 | 13 | 2F | 14C | 15 | 2B |
| Octal | 206 | 127 | 155 | 0 | 43 | 23 | 57 | 514 | 25 | 53 |
| Binary | 10000110 | 1010111 | 1101101 | 0 | 100011 | 10011 | 101111 | 101001100 | 10101 | 101011 |
Color Harmonies of #86576D
Complementary color
Monochromatic Colors of #86576D
Black with #86576D
Text Example
Text Example
White with #86576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86576D; }
p { color: rgb(134,87,109); }
H1.HeaderClassName
{
color: #86576D;
}
.AnyTagClassName
{
color: #86576D;
}
</style>
background-color css
<style>
a { background-color: #86576D; }
a { background-color: rgb(134,87,109); }
div.DivClassName
{
background-color: #86576D;
}
.BgClassName
{
background-color: #86576D;
}
</style>
border-color css
<style>
span { border-color: #86576D; }
span { border-color: rgb(134,87,109); }
td.TdClassName
{
border-color: #86576D;
}
.TagClassName
{
border-color: #86576D;
}
</style>