Shades of Cannon Pink #8D436C
Tints of Cannon Pink #8D436C
RGB
CMYK
RGB Variations
Color information
#8D436C (or 0x8D436C) is known color: Cannon Pink. HEX triplet: 8D, 43 and 6C. RGB value is (141,67,108). Sum of RGB (Red+Green+Blue) = 141+67+108=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 141 - color contains mainly: red. Hex color #8D436C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D436C is #72BC93. Grayscale: #5D5D5D. Windows color (decimal): -7519380 or 7095181. OLE color: 7095181.
HSL color Cylindrical-coordinate representation of color #8D436C: hue angle of 326.76º 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 #8D436C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 108 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.45 |
| HSL | 326.76º | 0.36% | 0.41% | - |
| HSV(B) | 326.76º | 0.52% | 0.55% | - |
| XYZ | 15.7 | 10.76 | 15.44 | - |
| YUV | 93.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 108 | 0 | 0.52 | 0.23 | 0.45 | 326.76 | 0.36 | 0.41 |
| Hex | 8D | 43 | 6C | 0 | 34 | 17 | 2D | 147 | 24 | 29 |
| Octal | 215 | 103 | 154 | 0 | 64 | 27 | 55 | 507 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1101100 | 0 | 110100 | 10111 | 101101 | 101000111 | 100100 | 101001 |
Color Harmonies of #8D436C
Complementary color
Monochromatic Colors of #8D436C
Black with #8D436C
Text Example
Text Example
White with #8D436C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D436C; }
p { color: rgb(141,67,108); }
H1.HeaderClassName
{
color: #8D436C;
}
.AnyTagClassName
{
color: #8D436C;
}
</style>
background-color css
<style>
a { background-color: #8D436C; }
a { background-color: rgb(141,67,108); }
div.DivClassName
{
background-color: #8D436C;
}
.BgClassName
{
background-color: #8D436C;
}
</style>
border-color css
<style>
span { border-color: #8D436C; }
span { border-color: rgb(141,67,108); }
td.TdClassName
{
border-color: #8D436C;
}
.TagClassName
{
border-color: #8D436C;
}
</style>