Shades of Cannon Pink #8D5261
Tints of Cannon Pink #8D5261
RGB
CMYK
RGB Variations
Color information
#8D5261 (or 0x8D5261) is known color: Cannon Pink. HEX triplet: 8D, 52 and 61. RGB value is (141,82,97). Sum of RGB (Red+Green+Blue) = 141+82+97=320 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.06% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5261 is #72AD9E. Grayscale: #656565. Windows color (decimal): -7515551 or 6378125. OLE color: 6378125.
HSL color Cylindrical-coordinate representation of color #8D5261: hue angle of 344.75º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D5261 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 97 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.45 |
| HSL | 344.75º | 0.26% | 0.44% | - |
| HSV(B) | 344.75º | 0.42% | 0.55% | - |
| XYZ | 16.16 | 12.56 | 12.88 | - |
| YUV | 101.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 97 | 0 | 0.42 | 0.31 | 0.45 | 344.75 | 0.26 | 0.44 |
| Hex | 8D | 52 | 61 | 0 | 2A | 1F | 2D | 159 | 1A | 2C |
| Octal | 215 | 122 | 141 | 0 | 52 | 37 | 55 | 531 | 32 | 54 |
| Binary | 10001101 | 1010010 | 1100001 | 0 | 101010 | 11111 | 101101 | 101011001 | 11010 | 101100 |
Color Harmonies of #8D5261
Complementary color
Monochromatic Colors of #8D5261
Black with #8D5261
Text Example
Text Example
White with #8D5261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5261; }
p { color: rgb(141,82,97); }
H1.HeaderClassName
{
color: #8D5261;
}
.AnyTagClassName
{
color: #8D5261;
}
</style>
background-color css
<style>
a { background-color: #8D5261; }
a { background-color: rgb(141,82,97); }
div.DivClassName
{
background-color: #8D5261;
}
.BgClassName
{
background-color: #8D5261;
}
</style>
border-color css
<style>
span { border-color: #8D5261; }
span { border-color: rgb(141,82,97); }
td.TdClassName
{
border-color: #8D5261;
}
.TagClassName
{
border-color: #8D5261;
}
</style>