Shades of Cannon Pink #8D576A
Tints of Cannon Pink #8D576A
RGB
CMYK
RGB Variations
Color information
#8D576A (or 0x8D576A) is known color: Cannon Pink. HEX triplet: 8D, 57 and 6A. RGB value is (141,87,106). Sum of RGB (Red+Green+Blue) = 141+87+106=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D576A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D576A is #72A895. Grayscale: #696969. Windows color (decimal): -7514262 or 6969229. OLE color: 6969229.
HSL color Cylindrical-coordinate representation of color #8D576A: hue angle of 338.89º 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 #8D576A is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 87 | 106 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.45 |
| HSL | 338.89º | 0.24% | 0.45% | - |
| HSV(B) | 338.89º | 0.38% | 0.55% | - |
| XYZ | 16.99 | 13.52 | 15.35 | - |
| YUV | 105.31 | 128.39 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 87 | 106 | 0 | 0.38 | 0.25 | 0.45 | 338.89 | 0.24 | 0.45 |
| Hex | 8D | 57 | 6A | 0 | 26 | 19 | 2D | 153 | 18 | 2D |
| Octal | 215 | 127 | 152 | 0 | 46 | 31 | 55 | 523 | 30 | 55 |
| Binary | 10001101 | 1010111 | 1101010 | 0 | 100110 | 11001 | 101101 | 101010011 | 11000 | 101101 |
Color Harmonies of #8D576A
Complementary color
Monochromatic Colors of #8D576A
Black with #8D576A
Text Example
Text Example
White with #8D576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D576A; }
p { color: rgb(141,87,106); }
H1.HeaderClassName
{
color: #8D576A;
}
.AnyTagClassName
{
color: #8D576A;
}
</style>
background-color css
<style>
a { background-color: #8D576A; }
a { background-color: rgb(141,87,106); }
div.DivClassName
{
background-color: #8D576A;
}
.BgClassName
{
background-color: #8D576A;
}
</style>
border-color css
<style>
span { border-color: #8D576A; }
span { border-color: rgb(141,87,106); }
td.TdClassName
{
border-color: #8D576A;
}
.TagClassName
{
border-color: #8D576A;
}
</style>