Shades of Cannon Pink #8C446D
Tints of Cannon Pink #8C446D
RGB
CMYK
RGB Variations
Color information
#8C446D (or 0x8C446D) is known color: Cannon Pink. HEX triplet: 8C, 44 and 6D. RGB value is (140,68,109). Sum of RGB (Red+Green+Blue) = 140+68+109=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C446D is #73BB92. Grayscale: #5E5E5E. Windows color (decimal): -7584659 or 7160972. OLE color: 7160972.
HSL color Cylindrical-coordinate representation of color #8C446D: hue angle of 325.83º 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 #8C446D is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 68 | 109 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.45 |
| HSL | 325.83º | 0.35% | 0.41% | - |
| HSV(B) | 325.83º | 0.51% | 0.55% | - |
| XYZ | 15.64 | 10.81 | 15.73 | - |
| YUV | 94.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 68 | 109 | 0 | 0.51 | 0.22 | 0.45 | 325.83 | 0.35 | 0.41 |
| Hex | 8C | 44 | 6D | 0 | 33 | 16 | 2D | 146 | 23 | 29 |
| Octal | 214 | 104 | 155 | 0 | 63 | 26 | 55 | 506 | 43 | 51 |
| Binary | 10001100 | 1000100 | 1101101 | 0 | 110011 | 10110 | 101101 | 101000110 | 100011 | 101001 |
Color Harmonies of #8C446D
Complementary color
Monochromatic Colors of #8C446D
Black with #8C446D
Text Example
Text Example
White with #8C446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C446D; }
p { color: rgb(140,68,109); }
H1.HeaderClassName
{
color: #8C446D;
}
.AnyTagClassName
{
color: #8C446D;
}
</style>
background-color css
<style>
a { background-color: #8C446D; }
a { background-color: rgb(140,68,109); }
div.DivClassName
{
background-color: #8C446D;
}
.BgClassName
{
background-color: #8C446D;
}
</style>
border-color css
<style>
span { border-color: #8C446D; }
span { border-color: rgb(140,68,109); }
td.TdClassName
{
border-color: #8C446D;
}
.TagClassName
{
border-color: #8C446D;
}
</style>