Shades of Cannon Pink #8D436D
Tints of Cannon Pink #8D436D
RGB
CMYK
RGB Variations
Color information
#8D436D (or 0x8D436D) is known color: Cannon Pink. HEX triplet: 8D, 43 and 6D. RGB value is (141,67,109). Sum of RGB (Red+Green+Blue) = 141+67+109=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 141 - color contains mainly: red. Hex color #8D436D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D436D is #72BC92. Grayscale: #5D5D5D. Windows color (decimal): -7519379 or 7160717. OLE color: 7160717.
HSL color Cylindrical-coordinate representation of color #8D436D: hue angle of 325.95º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D436D is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 109 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.45 |
| HSL | 325.95º | 0.36% | 0.41% | - |
| HSV(B) | 325.95º | 0.52% | 0.55% | - |
| XYZ | 15.75 | 10.78 | 15.72 | - |
| YUV | 93.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 109 | 0 | 0.52 | 0.23 | 0.45 | 325.95 | 0.36 | 0.41 |
| Hex | 8D | 43 | 6D | 0 | 34 | 17 | 2D | 146 | 24 | 29 |
| Octal | 215 | 103 | 155 | 0 | 64 | 27 | 55 | 506 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1101101 | 0 | 110100 | 10111 | 101101 | 101000110 | 100100 | 101001 |
Color Harmonies of #8D436D
Complementary color
Monochromatic Colors of #8D436D
Black with #8D436D
Text Example
Text Example
White with #8D436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D436D; }
p { color: rgb(141,67,109); }
H1.HeaderClassName
{
color: #8D436D;
}
.AnyTagClassName
{
color: #8D436D;
}
</style>
background-color css
<style>
a { background-color: #8D436D; }
a { background-color: rgb(141,67,109); }
div.DivClassName
{
background-color: #8D436D;
}
.BgClassName
{
background-color: #8D436D;
}
</style>
border-color css
<style>
span { border-color: #8D436D; }
span { border-color: rgb(141,67,109); }
td.TdClassName
{
border-color: #8D436D;
}
.TagClassName
{
border-color: #8D436D;
}
</style>