Shades of Cannon Pink #86556C
Tints of Cannon Pink #86556C
RGB
CMYK
RGB Variations
Color information
#86556C (or 0x86556C) is known color: Cannon Pink. HEX triplet: 86, 55 and 6C. RGB value is (134,85,108). Sum of RGB (Red+Green+Blue) = 134+85+108=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #86556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86556C is #79AA93. Grayscale: #666666. Windows color (decimal): -7973524 or 7099782. OLE color: 7099782.
HSL color Cylindrical-coordinate representation of color #86556C: hue angle of 331.84º degrees, saturation: 0.22, 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 #86556C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 108 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.47 |
| HSL | 331.84º | 0.22% | 0.43% | - |
| HSV(B) | 331.84º | 0.37% | 0.53% | - |
| XYZ | 15.79 | 12.65 | 15.8 | - |
| YUV | 102.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 108 | 0 | 0.37 | 0.19 | 0.47 | 331.84 | 0.22 | 0.43 |
| Hex | 86 | 55 | 6C | 0 | 25 | 13 | 2F | 14C | 16 | 2B |
| Octal | 206 | 125 | 154 | 0 | 45 | 23 | 57 | 514 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1101100 | 0 | 100101 | 10011 | 101111 | 101001100 | 10110 | 101011 |
Color Harmonies of #86556C
Complementary color
Monochromatic Colors of #86556C
Black with #86556C
Text Example
Text Example
White with #86556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86556C; }
p { color: rgb(134,85,108); }
H1.HeaderClassName
{
color: #86556C;
}
.AnyTagClassName
{
color: #86556C;
}
</style>
background-color css
<style>
a { background-color: #86556C; }
a { background-color: rgb(134,85,108); }
div.DivClassName
{
background-color: #86556C;
}
.BgClassName
{
background-color: #86556C;
}
</style>
border-color css
<style>
span { border-color: #86556C; }
span { border-color: rgb(134,85,108); }
td.TdClassName
{
border-color: #86556C;
}
.TagClassName
{
border-color: #86556C;
}
</style>