Shades of Cannon Pink #8C566D
Tints of Cannon Pink #8C566D
RGB
CMYK
RGB Variations
Color information
#8C566D (or 0x8C566D) is known color: Cannon Pink. HEX triplet: 8C, 56 and 6D. RGB value is (140,86,109). Sum of RGB (Red+Green+Blue) = 140+86+109=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C566D is #73A992. Grayscale: #686868. Windows color (decimal): -7580051 or 7165580. OLE color: 7165580.
HSL color Cylindrical-coordinate representation of color #8C566D: hue angle of 334.44º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C566D is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 109 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.45 |
| HSL | 334.44º | 0.24% | 0.44% | - |
| HSV(B) | 334.44º | 0.39% | 0.55% | - |
| XYZ | 16.9 | 13.34 | 16.15 | - |
| YUV | 104.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 109 | 0 | 0.39 | 0.22 | 0.45 | 334.44 | 0.24 | 0.44 |
| Hex | 8C | 56 | 6D | 0 | 27 | 16 | 2D | 14E | 18 | 2C |
| Octal | 214 | 126 | 155 | 0 | 47 | 26 | 55 | 516 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1101101 | 0 | 100111 | 10110 | 101101 | 101001110 | 11000 | 101100 |
Color Harmonies of #8C566D
Complementary color
Monochromatic Colors of #8C566D
Black with #8C566D
Text Example
Text Example
White with #8C566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C566D; }
p { color: rgb(140,86,109); }
H1.HeaderClassName
{
color: #8C566D;
}
.AnyTagClassName
{
color: #8C566D;
}
</style>
background-color css
<style>
a { background-color: #8C566D; }
a { background-color: rgb(140,86,109); }
div.DivClassName
{
background-color: #8C566D;
}
.BgClassName
{
background-color: #8C566D;
}
</style>
border-color css
<style>
span { border-color: #8C566D; }
span { border-color: rgb(140,86,109); }
td.TdClassName
{
border-color: #8C566D;
}
.TagClassName
{
border-color: #8C566D;
}
</style>