Shades of Cannon Pink #8B5461
Tints of Cannon Pink #8B5461
RGB
CMYK
RGB Variations
Color information
#8B5461 (or 0x8B5461) is known color: Cannon Pink. HEX triplet: 8B, 54 and 61. RGB value is (139,84,97). Sum of RGB (Red+Green+Blue) = 139+84+97=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5461 is #74AB9E. Grayscale: #656565. Windows color (decimal): -7646111 or 6378635. OLE color: 6378635.
HSL color Cylindrical-coordinate representation of color #8B5461: hue angle of 345.82º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5461 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 97 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.45 |
| HSL | 345.82º | 0.25% | 0.44% | - |
| HSV(B) | 345.82º | 0.4% | 0.55% | - |
| XYZ | 15.98 | 12.69 | 12.92 | - |
| YUV | 101.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 97 | 0 | 0.40 | 0.30 | 0.45 | 345.82 | 0.25 | 0.44 |
| Hex | 8B | 54 | 61 | 0 | 28 | 1E | 2D | 15A | 19 | 2C |
| Octal | 213 | 124 | 141 | 0 | 50 | 36 | 55 | 532 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1100001 | 0 | 101000 | 11110 | 101101 | 101011010 | 11001 | 101100 |
Color Harmonies of #8B5461
Complementary color
Monochromatic Colors of #8B5461
Black with #8B5461
Text Example
Text Example
White with #8B5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5461; }
p { color: rgb(139,84,97); }
H1.HeaderClassName
{
color: #8B5461;
}
.AnyTagClassName
{
color: #8B5461;
}
</style>
background-color css
<style>
a { background-color: #8B5461; }
a { background-color: rgb(139,84,97); }
div.DivClassName
{
background-color: #8B5461;
}
.BgClassName
{
background-color: #8B5461;
}
</style>
border-color css
<style>
span { border-color: #8B5461; }
span { border-color: rgb(139,84,97); }
td.TdClassName
{
border-color: #8B5461;
}
.TagClassName
{
border-color: #8B5461;
}
</style>