Shades of Cannon Pink #8C566B
Tints of Cannon Pink #8C566B
RGB
CMYK
RGB Variations
Color information
#8C566B (or 0x8C566B) is known color: Cannon Pink. HEX triplet: 8C, 56 and 6B. RGB value is (140,86,107). Sum of RGB (Red+Green+Blue) = 140+86+107=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C566B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C566B is #73A994. Grayscale: #686868. Windows color (decimal): -7580053 or 7034508. OLE color: 7034508.
HSL color Cylindrical-coordinate representation of color #8C566B: hue angle of 336.67º 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 #8C566B is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 107 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.45 |
| HSL | 336.67º | 0.24% | 0.44% | - |
| HSV(B) | 336.67º | 0.39% | 0.55% | - |
| XYZ | 16.8 | 13.29 | 15.59 | - |
| YUV | 104.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 107 | 0 | 0.39 | 0.24 | 0.45 | 336.67 | 0.24 | 0.44 |
| Hex | 8C | 56 | 6B | 0 | 27 | 18 | 2D | 151 | 18 | 2C |
| Octal | 214 | 126 | 153 | 0 | 47 | 30 | 55 | 521 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1101011 | 0 | 100111 | 11000 | 101101 | 101010001 | 11000 | 101100 |
Color Harmonies of #8C566B
Complementary color
Monochromatic Colors of #8C566B
Black with #8C566B
Text Example
Text Example
White with #8C566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C566B; }
p { color: rgb(140,86,107); }
H1.HeaderClassName
{
color: #8C566B;
}
.AnyTagClassName
{
color: #8C566B;
}
</style>
background-color css
<style>
a { background-color: #8C566B; }
a { background-color: rgb(140,86,107); }
div.DivClassName
{
background-color: #8C566B;
}
.BgClassName
{
background-color: #8C566B;
}
</style>
border-color css
<style>
span { border-color: #8C566B; }
span { border-color: rgb(140,86,107); }
td.TdClassName
{
border-color: #8C566B;
}
.TagClassName
{
border-color: #8C566B;
}
</style>