Shades of Cannon Pink #8D546A
Tints of Cannon Pink #8D546A
RGB
CMYK
RGB Variations
Color information
#8D546A (or 0x8D546A) is known color: Cannon Pink. HEX triplet: 8D, 54 and 6A. RGB value is (141,84,106). Sum of RGB (Red+Green+Blue) = 141+84+106=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 141 - color contains mainly: red. Hex color #8D546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D546A is #72AB95. Grayscale: #676767. Windows color (decimal): -7515030 or 6968461. OLE color: 6968461.
HSL color Cylindrical-coordinate representation of color #8D546A: hue angle of 336.84º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D546A is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 84 | 106 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.45 |
| HSL | 336.84º | 0.25% | 0.44% | - |
| HSV(B) | 336.84º | 0.4% | 0.55% | - |
| XYZ | 16.76 | 13.04 | 15.27 | - |
| YUV | 103.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 106 | 0 | 0.40 | 0.25 | 0.45 | 336.84 | 0.25 | 0.44 |
| Hex | 8D | 54 | 6A | 0 | 28 | 19 | 2D | 151 | 19 | 2C |
| Octal | 215 | 124 | 152 | 0 | 50 | 31 | 55 | 521 | 31 | 54 |
| Binary | 10001101 | 1010100 | 1101010 | 0 | 101000 | 11001 | 101101 | 101010001 | 11001 | 101100 |
Color Harmonies of #8D546A
Complementary color
Monochromatic Colors of #8D546A
Black with #8D546A
Text Example
Text Example
White with #8D546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D546A; }
p { color: rgb(141,84,106); }
H1.HeaderClassName
{
color: #8D546A;
}
.AnyTagClassName
{
color: #8D546A;
}
</style>
background-color css
<style>
a { background-color: #8D546A; }
a { background-color: rgb(141,84,106); }
div.DivClassName
{
background-color: #8D546A;
}
.BgClassName
{
background-color: #8D546A;
}
</style>
border-color css
<style>
span { border-color: #8D546A; }
span { border-color: rgb(141,84,106); }
td.TdClassName
{
border-color: #8D546A;
}
.TagClassName
{
border-color: #8D546A;
}
</style>