Shades of Cannon Pink #8D536F
Tints of Cannon Pink #8D536F
RGB
CMYK
RGB Variations
Color information
#8D536F (or 0x8D536F) is known color: Cannon Pink. HEX triplet: 8D, 53 and 6F. RGB value is (141,83,111). Sum of RGB (Red+Green+Blue) = 141+83+111=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D536F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D536F is #72AC90. Grayscale: #676767. Windows color (decimal): -7515281 or 7295885. OLE color: 7295885.
HSL color Cylindrical-coordinate representation of color #8D536F: hue angle of 331.03º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D536F is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 111 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.45 |
| HSL | 331.03º | 0.26% | 0.44% | - |
| HSV(B) | 331.03º | 0.41% | 0.55% | - |
| XYZ | 16.95 | 13 | 16.65 | - |
| YUV | 103.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 111 | 0 | 0.41 | 0.21 | 0.45 | 331.03 | 0.26 | 0.44 |
| Hex | 8D | 53 | 6F | 0 | 29 | 15 | 2D | 14B | 1A | 2C |
| Octal | 215 | 123 | 157 | 0 | 51 | 25 | 55 | 513 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1101111 | 0 | 101001 | 10101 | 101101 | 101001011 | 11010 | 101100 |
Color Harmonies of #8D536F
Complementary color
Monochromatic Colors of #8D536F
Black with #8D536F
Text Example
Text Example
White with #8D536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D536F; }
p { color: rgb(141,83,111); }
H1.HeaderClassName
{
color: #8D536F;
}
.AnyTagClassName
{
color: #8D536F;
}
</style>
background-color css
<style>
a { background-color: #8D536F; }
a { background-color: rgb(141,83,111); }
div.DivClassName
{
background-color: #8D536F;
}
.BgClassName
{
background-color: #8D536F;
}
</style>
border-color css
<style>
span { border-color: #8D536F; }
span { border-color: rgb(141,83,111); }
td.TdClassName
{
border-color: #8D536F;
}
.TagClassName
{
border-color: #8D536F;
}
</style>