Shades of Cannon Pink #8C566C
Tints of Cannon Pink #8C566C
RGB
CMYK
RGB Variations
Color information
#8C566C (or 0x8C566C) is known color: Cannon Pink. HEX triplet: 8C, 56 and 6C. RGB value is (140,86,108). Sum of RGB (Red+Green+Blue) = 140+86+108=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C566C is #73A993. Grayscale: #686868. Windows color (decimal): -7580052 or 7100044. OLE color: 7100044.
HSL color Cylindrical-coordinate representation of color #8C566C: hue angle of 335.56º 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 #8C566C is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 108 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.45 |
| HSL | 335.56º | 0.24% | 0.44% | - |
| HSV(B) | 335.56º | 0.39% | 0.55% | - |
| XYZ | 16.85 | 13.31 | 15.87 | - |
| YUV | 104.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 108 | 0 | 0.39 | 0.23 | 0.45 | 335.56 | 0.24 | 0.44 |
| Hex | 8C | 56 | 6C | 0 | 27 | 17 | 2D | 150 | 18 | 2C |
| Octal | 214 | 126 | 154 | 0 | 47 | 27 | 55 | 520 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1101100 | 0 | 100111 | 10111 | 101101 | 101010000 | 11000 | 101100 |
Color Harmonies of #8C566C
Complementary color
Monochromatic Colors of #8C566C
Black with #8C566C
Text Example
Text Example
White with #8C566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C566C; }
p { color: rgb(140,86,108); }
H1.HeaderClassName
{
color: #8C566C;
}
.AnyTagClassName
{
color: #8C566C;
}
</style>
background-color css
<style>
a { background-color: #8C566C; }
a { background-color: rgb(140,86,108); }
div.DivClassName
{
background-color: #8C566C;
}
.BgClassName
{
background-color: #8C566C;
}
</style>
border-color css
<style>
span { border-color: #8C566C; }
span { border-color: rgb(140,86,108); }
td.TdClassName
{
border-color: #8C566C;
}
.TagClassName
{
border-color: #8C566C;
}
</style>