Shades of Cannon Pink #8C4E66
Tints of Cannon Pink #8C4E66
RGB
CMYK
RGB Variations
Color information
#8C4E66 (or 0x8C4E66) is known color: Cannon Pink. HEX triplet: 8C, 4E and 66. RGB value is (140,78,102). Sum of RGB (Red+Green+Blue) = 140+78+102=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E66 is #73B199. Grayscale: #636363. Windows color (decimal): -7582106 or 6704780. OLE color: 6704780.
HSL color Cylindrical-coordinate representation of color #8C4E66: hue angle of 336.77º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C4E66 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 102 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.45 |
| HSL | 336.77º | 0.28% | 0.43% | - |
| HSV(B) | 336.77º | 0.44% | 0.55% | - |
| XYZ | 15.94 | 11.98 | 14.04 | - |
| YUV | 99.27 | 129.54 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 102 | 0 | 0.44 | 0.27 | 0.45 | 336.77 | 0.28 | 0.43 |
| Hex | 8C | 4E | 66 | 0 | 2C | 1B | 2D | 151 | 1C | 2B |
| Octal | 214 | 116 | 146 | 0 | 54 | 33 | 55 | 521 | 34 | 53 |
| Binary | 10001100 | 1001110 | 1100110 | 0 | 101100 | 11011 | 101101 | 101010001 | 11100 | 101011 |
Color Harmonies of #8C4E66
Complementary color
Monochromatic Colors of #8C4E66
Black with #8C4E66
Text Example
Text Example
White with #8C4E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E66; }
p { color: rgb(140,78,102); }
H1.HeaderClassName
{
color: #8C4E66;
}
.AnyTagClassName
{
color: #8C4E66;
}
</style>
background-color css
<style>
a { background-color: #8C4E66; }
a { background-color: rgb(140,78,102); }
div.DivClassName
{
background-color: #8C4E66;
}
.BgClassName
{
background-color: #8C4E66;
}
</style>
border-color css
<style>
span { border-color: #8C4E66; }
span { border-color: rgb(140,78,102); }
td.TdClassName
{
border-color: #8C4E66;
}
.TagClassName
{
border-color: #8C4E66;
}
</style>