Shades of Cannon Pink #8C4D6D
Tints of Cannon Pink #8C4D6D
RGB
CMYK
RGB Variations
Color information
#8C4D6D (or 0x8C4D6D) is known color: Cannon Pink. HEX triplet: 8C, 4D and 6D. RGB value is (140,77,109). Sum of RGB (Red+Green+Blue) = 140+77+109=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4D6D is #73B292. Grayscale: #636363. Windows color (decimal): -7582355 or 7163276. OLE color: 7163276.
HSL color Cylindrical-coordinate representation of color #8C4D6D: hue angle of 329.52º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C4D6D is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 77 | 109 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.45 |
| HSL | 329.52º | 0.29% | 0.43% | - |
| HSV(B) | 329.52º | 0.45% | 0.55% | - |
| XYZ | 16.23 | 11.99 | 15.93 | - |
| YUV | 99.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 109 | 0 | 0.45 | 0.22 | 0.45 | 329.52 | 0.29 | 0.43 |
| Hex | 8C | 4D | 6D | 0 | 2D | 16 | 2D | 14A | 1D | 2B |
| Octal | 214 | 115 | 155 | 0 | 55 | 26 | 55 | 512 | 35 | 53 |
| Binary | 10001100 | 1001101 | 1101101 | 0 | 101101 | 10110 | 101101 | 101001010 | 11101 | 101011 |
Color Harmonies of #8C4D6D
Complementary color
Monochromatic Colors of #8C4D6D
Black with #8C4D6D
Text Example
Text Example
White with #8C4D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4D6D; }
p { color: rgb(140,77,109); }
H1.HeaderClassName
{
color: #8C4D6D;
}
.AnyTagClassName
{
color: #8C4D6D;
}
</style>
background-color css
<style>
a { background-color: #8C4D6D; }
a { background-color: rgb(140,77,109); }
div.DivClassName
{
background-color: #8C4D6D;
}
.BgClassName
{
background-color: #8C4D6D;
}
</style>
border-color css
<style>
span { border-color: #8C4D6D; }
span { border-color: rgb(140,77,109); }
td.TdClassName
{
border-color: #8C4D6D;
}
.TagClassName
{
border-color: #8C4D6D;
}
</style>