Shades of Cannon Pink #8C456D
Tints of Cannon Pink #8C456D
RGB
CMYK
RGB Variations
Color information
#8C456D (or 0x8C456D) is known color: Cannon Pink. HEX triplet: 8C, 45 and 6D. RGB value is (140,69,109). Sum of RGB (Red+Green+Blue) = 140+69+109=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C456D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C456D is #73BA92. Grayscale: #5E5E5E. Windows color (decimal): -7584403 or 7161228. OLE color: 7161228.
HSL color Cylindrical-coordinate representation of color #8C456D: hue angle of 326.2º degrees, saturation: 0.34, 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 #8C456D is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 69 | 109 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.45 |
| HSL | 326.2º | 0.34% | 0.41% | - |
| HSV(B) | 326.2º | 0.51% | 0.55% | - |
| XYZ | 15.7 | 10.94 | 15.75 | - |
| YUV | 94.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 69 | 109 | 0 | 0.51 | 0.22 | 0.45 | 326.2 | 0.34 | 0.41 |
| Hex | 8C | 45 | 6D | 0 | 33 | 16 | 2D | 146 | 22 | 29 |
| Octal | 214 | 105 | 155 | 0 | 63 | 26 | 55 | 506 | 42 | 51 |
| Binary | 10001100 | 1000101 | 1101101 | 0 | 110011 | 10110 | 101101 | 101000110 | 100010 | 101001 |
Color Harmonies of #8C456D
Complementary color
Monochromatic Colors of #8C456D
Black with #8C456D
Text Example
Text Example
White with #8C456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C456D; }
p { color: rgb(140,69,109); }
H1.HeaderClassName
{
color: #8C456D;
}
.AnyTagClassName
{
color: #8C456D;
}
</style>
background-color css
<style>
a { background-color: #8C456D; }
a { background-color: rgb(140,69,109); }
div.DivClassName
{
background-color: #8C456D;
}
.BgClassName
{
background-color: #8C456D;
}
</style>
border-color css
<style>
span { border-color: #8C456D; }
span { border-color: rgb(140,69,109); }
td.TdClassName
{
border-color: #8C456D;
}
.TagClassName
{
border-color: #8C456D;
}
</style>