Shades of Cannon Pink #8D576B
Tints of Cannon Pink #8D576B
RGB
CMYK
RGB Variations
Color information
#8D576B (or 0x8D576B) is known color: Cannon Pink. HEX triplet: 8D, 57 and 6B. RGB value is (141,87,107). Sum of RGB (Red+Green+Blue) = 141+87+107=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D576B is #72A894. Grayscale: #696969. Windows color (decimal): -7514261 or 7034765. OLE color: 7034765.
HSL color Cylindrical-coordinate representation of color #8D576B: hue angle of 337.78º 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 #8D576B is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 107 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.45 |
| HSL | 337.78º | 0.24% | 0.45% | - |
| HSV(B) | 337.78º | 0.38% | 0.55% | - |
| XYZ | 17.05 | 13.54 | 15.63 | - |
| YUV | 105.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 107 | 0 | 0.38 | 0.24 | 0.45 | 337.78 | 0.24 | 0.45 |
| Hex | 8D | 57 | 6B | 0 | 26 | 18 | 2D | 152 | 18 | 2D |
| Octal | 215 | 127 | 153 | 0 | 46 | 30 | 55 | 522 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1101011 | 0 | 100110 | 11000 | 101101 | 101010010 | 11000 | 101101 |
Color Harmonies of #8D576B
Complementary color
Monochromatic Colors of #8D576B
Black with #8D576B
Text Example
Text Example
White with #8D576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D576B; }
p { color: rgb(141,87,107); }
H1.HeaderClassName
{
color: #8D576B;
}
.AnyTagClassName
{
color: #8D576B;
}
</style>
background-color css
<style>
a { background-color: #8D576B; }
a { background-color: rgb(141,87,107); }
div.DivClassName
{
background-color: #8D576B;
}
.BgClassName
{
background-color: #8D576B;
}
</style>
border-color css
<style>
span { border-color: #8D576B; }
span { border-color: rgb(141,87,107); }
td.TdClassName
{
border-color: #8D576B;
}
.TagClassName
{
border-color: #8D576B;
}
</style>