Shades of Cannon Pink #8C5464
Tints of Cannon Pink #8C5464
RGB
CMYK
RGB Variations
Color information
#8C5464 (or 0x8C5464) is known color: Cannon Pink. HEX triplet: 8C, 54 and 64. RGB value is (140,84,100). Sum of RGB (Red+Green+Blue) = 140+84+100=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5464 is #73AB9B. Grayscale: #666666. Windows color (decimal): -7580572 or 6575244. OLE color: 6575244.
HSL color Cylindrical-coordinate representation of color #8C5464: hue angle of 342.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C5464 is Cyan = 0, Magento = 0.4, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 100 | - |
| CMYK | 0 | 0.4 | 0.29 | 0.45 |
| HSL | 342.86º | 0.25% | 0.44% | - |
| HSV(B) | 342.86º | 0.4% | 0.55% | - |
| XYZ | 16.29 | 12.84 | 13.68 | - |
| YUV | 102.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 100 | 0 | 0.4 | 0.29 | 0.45 | 342.86 | 0.25 | 0.44 |
| Hex | 8C | 54 | 64 | 0 | 28 | 1D | 2D | 157 | 19 | 2C |
| Octal | 214 | 124 | 144 | 0 | 50 | 35 | 55 | 527 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1100100 | 0 | 101000 | 11101 | 101101 | 101010111 | 11001 | 101100 |
Color Harmonies of #8C5464
Complementary color
Monochromatic Colors of #8C5464
Black with #8C5464
Text Example
Text Example
White with #8C5464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5464; }
p { color: rgb(140,84,100); }
H1.HeaderClassName
{
color: #8C5464;
}
.AnyTagClassName
{
color: #8C5464;
}
</style>
background-color css
<style>
a { background-color: #8C5464; }
a { background-color: rgb(140,84,100); }
div.DivClassName
{
background-color: #8C5464;
}
.BgClassName
{
background-color: #8C5464;
}
</style>
border-color css
<style>
span { border-color: #8C5464; }
span { border-color: rgb(140,84,100); }
td.TdClassName
{
border-color: #8C5464;
}
.TagClassName
{
border-color: #8C5464;
}
</style>