Shades of Cannon Pink #8A4762
Tints of Cannon Pink #8A4762
RGB
CMYK
RGB Variations
Color information
#8A4762 (or 0x8A4762) is known color: Cannon Pink. HEX triplet: 8A, 47 and 62. RGB value is (138,71,98). Sum of RGB (Red+Green+Blue) = 138+71+98=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4762 is #75B89D. Grayscale: #5E5E5E. Windows color (decimal): -7714974 or 6440842. OLE color: 6440842.
HSL color Cylindrical-coordinate representation of color #8A4762: hue angle of 335.82º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A4762 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 71 | 98 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.46 |
| HSL | 335.82º | 0.32% | 0.41% | - |
| HSV(B) | 335.82º | 0.49% | 0.54% | - |
| XYZ | 14.94 | 10.79 | 12.85 | - |
| YUV | 94.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 71 | 98 | 0 | 0.49 | 0.29 | 0.46 | 335.82 | 0.32 | 0.41 |
| Hex | 8A | 47 | 62 | 0 | 31 | 1D | 2E | 150 | 20 | 29 |
| Octal | 212 | 107 | 142 | 0 | 61 | 35 | 56 | 520 | 40 | 51 |
| Binary | 10001010 | 1000111 | 1100010 | 0 | 110001 | 11101 | 101110 | 101010000 | 100000 | 101001 |
Color Harmonies of #8A4762
Complementary color
Monochromatic Colors of #8A4762
Black with #8A4762
Text Example
Text Example
White with #8A4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4762; }
p { color: rgb(138,71,98); }
H1.HeaderClassName
{
color: #8A4762;
}
.AnyTagClassName
{
color: #8A4762;
}
</style>
background-color css
<style>
a { background-color: #8A4762; }
a { background-color: rgb(138,71,98); }
div.DivClassName
{
background-color: #8A4762;
}
.BgClassName
{
background-color: #8A4762;
}
</style>
border-color css
<style>
span { border-color: #8A4762; }
span { border-color: rgb(138,71,98); }
td.TdClassName
{
border-color: #8A4762;
}
.TagClassName
{
border-color: #8A4762;
}
</style>