Shades of Cannon Pink #8B4861
Tints of Cannon Pink #8B4861
RGB
CMYK
RGB Variations
Color information
#8B4861 (or 0x8B4861) is known color: Cannon Pink. HEX triplet: 8B, 48 and 61. RGB value is (139,72,97). Sum of RGB (Red+Green+Blue) = 139+72+97=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4861 is #74B79E. Grayscale: #5E5E5E. Windows color (decimal): -7649183 or 6375563. OLE color: 6375563.
HSL color Cylindrical-coordinate representation of color #8B4861: hue angle of 337.61º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4861 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 97 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.45 |
| HSL | 337.61º | 0.32% | 0.41% | - |
| HSV(B) | 337.61º | 0.48% | 0.55% | - |
| XYZ | 15.12 | 10.99 | 12.63 | - |
| YUV | 94.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 97 | 0 | 0.48 | 0.30 | 0.45 | 337.61 | 0.32 | 0.41 |
| Hex | 8B | 48 | 61 | 0 | 30 | 1E | 2D | 152 | 20 | 29 |
| Octal | 213 | 110 | 141 | 0 | 60 | 36 | 55 | 522 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1100001 | 0 | 110000 | 11110 | 101101 | 101010010 | 100000 | 101001 |
Color Harmonies of #8B4861
Complementary color
Monochromatic Colors of #8B4861
Black with #8B4861
Text Example
Text Example
White with #8B4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4861; }
p { color: rgb(139,72,97); }
H1.HeaderClassName
{
color: #8B4861;
}
.AnyTagClassName
{
color: #8B4861;
}
</style>
background-color css
<style>
a { background-color: #8B4861; }
a { background-color: rgb(139,72,97); }
div.DivClassName
{
background-color: #8B4861;
}
.BgClassName
{
background-color: #8B4861;
}
</style>
border-color css
<style>
span { border-color: #8B4861; }
span { border-color: rgb(139,72,97); }
td.TdClassName
{
border-color: #8B4861;
}
.TagClassName
{
border-color: #8B4861;
}
</style>