Shades of Cannon Pink #8C4463
Tints of Cannon Pink #8C4463
RGB
CMYK
RGB Variations
Color information
#8C4463 (or 0x8C4463) is known color: Cannon Pink. HEX triplet: 8C, 44 and 63. RGB value is (140,68,99). Sum of RGB (Red+Green+Blue) = 140+68+99=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4463 is #73BB9C. Grayscale: #5D5D5D. Windows color (decimal): -7584669 or 6505612. OLE color: 6505612.
HSL color Cylindrical-coordinate representation of color #8C4463: hue angle of 334.17º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C4463 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 99 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.45 |
| HSL | 334.17º | 0.35% | 0.41% | - |
| HSV(B) | 334.17º | 0.51% | 0.55% | - |
| XYZ | 15.13 | 10.61 | 13.05 | - |
| YUV | 93.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 99 | 0 | 0.51 | 0.29 | 0.45 | 334.17 | 0.35 | 0.41 |
| Hex | 8C | 44 | 63 | 0 | 33 | 1D | 2D | 14E | 23 | 29 |
| Octal | 214 | 104 | 143 | 0 | 63 | 35 | 55 | 516 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1100011 | 0 | 110011 | 11101 | 101101 | 101001110 | 100011 | 101001 |
Color Harmonies of #8C4463
Complementary color
Monochromatic Colors of #8C4463
Black with #8C4463
Text Example
Text Example
White with #8C4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4463; }
p { color: rgb(140,68,99); }
H1.HeaderClassName
{
color: #8C4463;
}
.AnyTagClassName
{
color: #8C4463;
}
</style>
background-color css
<style>
a { background-color: #8C4463; }
a { background-color: rgb(140,68,99); }
div.DivClassName
{
background-color: #8C4463;
}
.BgClassName
{
background-color: #8C4463;
}
</style>
border-color css
<style>
span { border-color: #8C4463; }
span { border-color: rgb(140,68,99); }
td.TdClassName
{
border-color: #8C4463;
}
.TagClassName
{
border-color: #8C4463;
}
</style>