Shades of Cannon Pink #8C4C60
Tints of Cannon Pink #8C4C60
RGB
CMYK
RGB Variations
Color information
#8C4C60 (or 0x8C4C60) is known color: Cannon Pink. HEX triplet: 8C, 4C and 60. RGB value is (140,76,96). Sum of RGB (Red+Green+Blue) = 140+76+96=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4C60 is #73B39F. Grayscale: #616161. Windows color (decimal): -7582624 or 6311052. OLE color: 6311052.
HSL color Cylindrical-coordinate representation of color #8C4C60: hue angle of 341.25º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4C60 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 96 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.45 |
| HSL | 341.25º | 0.3% | 0.42% | - |
| HSV(B) | 341.25º | 0.46% | 0.55% | - |
| XYZ | 15.51 | 11.59 | 12.49 | - |
| YUV | 97.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 96 | 0 | 0.46 | 0.31 | 0.45 | 341.25 | 0.3 | 0.42 |
| Hex | 8C | 4C | 60 | 0 | 2E | 1F | 2D | 155 | 1E | 2A |
| Octal | 214 | 114 | 140 | 0 | 56 | 37 | 55 | 525 | 36 | 52 |
| Binary | 10001100 | 1001100 | 1100000 | 0 | 101110 | 11111 | 101101 | 101010101 | 11110 | 101010 |
Color Harmonies of #8C4C60
Complementary color
Monochromatic Colors of #8C4C60
Black with #8C4C60
Text Example
Text Example
White with #8C4C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C60; }
p { color: rgb(140,76,96); }
H1.HeaderClassName
{
color: #8C4C60;
}
.AnyTagClassName
{
color: #8C4C60;
}
</style>
background-color css
<style>
a { background-color: #8C4C60; }
a { background-color: rgb(140,76,96); }
div.DivClassName
{
background-color: #8C4C60;
}
.BgClassName
{
background-color: #8C4C60;
}
</style>
border-color css
<style>
span { border-color: #8C4C60; }
span { border-color: rgb(140,76,96); }
td.TdClassName
{
border-color: #8C4C60;
}
.TagClassName
{
border-color: #8C4C60;
}
</style>