Shades of Cannon Pink #8A4861
Tints of Cannon Pink #8A4861
RGB
CMYK
RGB Variations
Color information
#8A4861 (or 0x8A4861) is known color: Cannon Pink. HEX triplet: 8A, 48 and 61. RGB value is (138,72,97). Sum of RGB (Red+Green+Blue) = 138+72+97=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4861 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4861 is #75B79E. Grayscale: #5E5E5E. Windows color (decimal): -7714719 or 6375562. OLE color: 6375562.
HSL color Cylindrical-coordinate representation of color #8A4861: hue angle of 337.27º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4861 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 72 | 97 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.46 |
| HSL | 337.27º | 0.31% | 0.41% | - |
| HSV(B) | 337.27º | 0.48% | 0.54% | - |
| XYZ | 14.96 | 10.9 | 12.63 | - |
| YUV | 94.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 72 | 97 | 0 | 0.48 | 0.30 | 0.46 | 337.27 | 0.31 | 0.41 |
| Hex | 8A | 48 | 61 | 0 | 30 | 1E | 2E | 151 | 1F | 29 |
| Octal | 212 | 110 | 141 | 0 | 60 | 36 | 56 | 521 | 37 | 51 |
| Binary | 10001010 | 1001000 | 1100001 | 0 | 110000 | 11110 | 101110 | 101010001 | 11111 | 101001 |
Color Harmonies of #8A4861
Complementary color
Monochromatic Colors of #8A4861
Black with #8A4861
Text Example
Text Example
White with #8A4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4861; }
p { color: rgb(138,72,97); }
H1.HeaderClassName
{
color: #8A4861;
}
.AnyTagClassName
{
color: #8A4861;
}
</style>
background-color css
<style>
a { background-color: #8A4861; }
a { background-color: rgb(138,72,97); }
div.DivClassName
{
background-color: #8A4861;
}
.BgClassName
{
background-color: #8A4861;
}
</style>
border-color css
<style>
span { border-color: #8A4861; }
span { border-color: rgb(138,72,97); }
td.TdClassName
{
border-color: #8A4861;
}
.TagClassName
{
border-color: #8A4861;
}
</style>