Shades of Cannon Pink #8D466B
Tints of Cannon Pink #8D466B
RGB
CMYK
RGB Variations
Color information
#8D466B (or 0x8D466B) is known color: Cannon Pink. HEX triplet: 8D, 46 and 6B. RGB value is (141,70,107). Sum of RGB (Red+Green+Blue) = 141+70+107=318 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.34% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 141 - color contains mainly: red. Hex color #8D466B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D466B is #72B994. Grayscale: #5F5F5F. Windows color (decimal): -7518613 or 7030413. OLE color: 7030413.
HSL color Cylindrical-coordinate representation of color #8D466B: hue angle of 328.73º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D466B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 107 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.45 |
| HSL | 328.73º | 0.34% | 0.41% | - |
| HSV(B) | 328.73º | 0.5% | 0.55% | - |
| XYZ | 15.83 | 11.1 | 15.22 | - |
| YUV | 95.45 | 134.52 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 107 | 0 | 0.50 | 0.24 | 0.45 | 328.73 | 0.34 | 0.41 |
| Hex | 8D | 46 | 6B | 0 | 32 | 18 | 2D | 149 | 22 | 29 |
| Octal | 215 | 106 | 153 | 0 | 62 | 30 | 55 | 511 | 42 | 51 |
| Binary | 10001101 | 1000110 | 1101011 | 0 | 110010 | 11000 | 101101 | 101001001 | 100010 | 101001 |
Color Harmonies of #8D466B
Complementary color
Monochromatic Colors of #8D466B
Black with #8D466B
Text Example
Text Example
White with #8D466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D466B; }
p { color: rgb(141,70,107); }
H1.HeaderClassName
{
color: #8D466B;
}
.AnyTagClassName
{
color: #8D466B;
}
</style>
background-color css
<style>
a { background-color: #8D466B; }
a { background-color: rgb(141,70,107); }
div.DivClassName
{
background-color: #8D466B;
}
.BgClassName
{
background-color: #8D466B;
}
</style>
border-color css
<style>
span { border-color: #8D466B; }
span { border-color: rgb(141,70,107); }
td.TdClassName
{
border-color: #8D466B;
}
.TagClassName
{
border-color: #8D466B;
}
</style>