Shades of Cannon Pink #8D495B
Tints of Cannon Pink #8D495B
RGB
CMYK
RGB Variations
Color information
#8D495B (or 0x8D495B) is known color: Cannon Pink. HEX triplet: 8D, 49 and 5B. RGB value is (141,73,91). Sum of RGB (Red+Green+Blue) = 141+73+91=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D495B is #72B6A4. Grayscale: #5F5F5F. Windows color (decimal): -7517861 or 5982605. OLE color: 5982605.
HSL color Cylindrical-coordinate representation of color #8D495B: hue angle of 344.12º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D495B is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 91 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.45 |
| HSL | 344.12º | 0.32% | 0.42% | - |
| HSV(B) | 344.12º | 0.48% | 0.55% | - |
| XYZ | 15.26 | 11.18 | 11.25 | - |
| YUV | 95.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 91 | 0 | 0.48 | 0.35 | 0.45 | 344.12 | 0.32 | 0.42 |
| Hex | 8D | 49 | 5B | 0 | 30 | 23 | 2D | 158 | 20 | 2A |
| Octal | 215 | 111 | 133 | 0 | 60 | 43 | 55 | 530 | 40 | 52 |
| Binary | 10001101 | 1001001 | 1011011 | 0 | 110000 | 100011 | 101101 | 101011000 | 100000 | 101010 |
Color Harmonies of #8D495B
Complementary color
Monochromatic Colors of #8D495B
Black with #8D495B
Text Example
Text Example
White with #8D495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D495B; }
p { color: rgb(141,73,91); }
H1.HeaderClassName
{
color: #8D495B;
}
.AnyTagClassName
{
color: #8D495B;
}
</style>
background-color css
<style>
a { background-color: #8D495B; }
a { background-color: rgb(141,73,91); }
div.DivClassName
{
background-color: #8D495B;
}
.BgClassName
{
background-color: #8D495B;
}
</style>
border-color css
<style>
span { border-color: #8D495B; }
span { border-color: rgb(141,73,91); }
td.TdClassName
{
border-color: #8D495B;
}
.TagClassName
{
border-color: #8D495B;
}
</style>