Shades of Cannon Pink #86556B
Tints of Cannon Pink #86556B
RGB
CMYK
RGB Variations
Color information
#86556B (or 0x86556B) is known color: Cannon Pink. HEX triplet: 86, 55 and 6B. RGB value is (134,85,107). Sum of RGB (Red+Green+Blue) = 134+85+107=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #86556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86556B is #79AA94. Grayscale: #666666. Windows color (decimal): -7973525 or 7034246. OLE color: 7034246.
HSL color Cylindrical-coordinate representation of color #86556B: hue angle of 333.06º 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 #86556B is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 107 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.47 |
| HSL | 333.06º | 0.22% | 0.43% | - |
| HSV(B) | 333.06º | 0.37% | 0.53% | - |
| XYZ | 15.73 | 12.63 | 15.52 | - |
| YUV | 102.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 107 | 0 | 0.37 | 0.20 | 0.47 | 333.06 | 0.22 | 0.43 |
| Hex | 86 | 55 | 6B | 0 | 25 | 14 | 2F | 14D | 16 | 2B |
| Octal | 206 | 125 | 153 | 0 | 45 | 24 | 57 | 515 | 26 | 53 |
| Binary | 10000110 | 1010101 | 1101011 | 0 | 100101 | 10100 | 101111 | 101001101 | 10110 | 101011 |
Color Harmonies of #86556B
Complementary color
Monochromatic Colors of #86556B
Black with #86556B
Text Example
Text Example
White with #86556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86556B; }
p { color: rgb(134,85,107); }
H1.HeaderClassName
{
color: #86556B;
}
.AnyTagClassName
{
color: #86556B;
}
</style>
background-color css
<style>
a { background-color: #86556B; }
a { background-color: rgb(134,85,107); }
div.DivClassName
{
background-color: #86556B;
}
.BgClassName
{
background-color: #86556B;
}
</style>
border-color css
<style>
span { border-color: #86556B; }
span { border-color: rgb(134,85,107); }
td.TdClassName
{
border-color: #86556B;
}
.TagClassName
{
border-color: #86556B;
}
</style>