Shades of Cannon Pink #8D576D
Tints of Cannon Pink #8D576D
RGB
CMYK
RGB Variations
Color information
#8D576D (or 0x8D576D) is known color: Cannon Pink. HEX triplet: 8D, 57 and 6D. RGB value is (141,87,109). Sum of RGB (Red+Green+Blue) = 141+87+109=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D576D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D576D is #72A892. Grayscale: #696969. Windows color (decimal): -7514259 or 7165837. OLE color: 7165837.
HSL color Cylindrical-coordinate representation of color #8D576D: hue angle of 335.56º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D576D is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 109 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.45 |
| HSL | 335.56º | 0.24% | 0.45% | - |
| HSV(B) | 335.56º | 0.38% | 0.55% | - |
| XYZ | 17.15 | 13.58 | 16.19 | - |
| YUV | 105.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 109 | 0 | 0.38 | 0.23 | 0.45 | 335.56 | 0.24 | 0.45 |
| Hex | 8D | 57 | 6D | 0 | 26 | 17 | 2D | 150 | 18 | 2D |
| Octal | 215 | 127 | 155 | 0 | 46 | 27 | 55 | 520 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1101101 | 0 | 100110 | 10111 | 101101 | 101010000 | 11000 | 101101 |
Color Harmonies of #8D576D
Complementary color
Monochromatic Colors of #8D576D
Black with #8D576D
Text Example
Text Example
White with #8D576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D576D; }
p { color: rgb(141,87,109); }
H1.HeaderClassName
{
color: #8D576D;
}
.AnyTagClassName
{
color: #8D576D;
}
</style>
background-color css
<style>
a { background-color: #8D576D; }
a { background-color: rgb(141,87,109); }
div.DivClassName
{
background-color: #8D576D;
}
.BgClassName
{
background-color: #8D576D;
}
</style>
border-color css
<style>
span { border-color: #8D576D; }
span { border-color: rgb(141,87,109); }
td.TdClassName
{
border-color: #8D576D;
}
.TagClassName
{
border-color: #8D576D;
}
</style>