Shades of Cannon Pink #8A495E
Tints of Cannon Pink #8A495E
RGB
CMYK
RGB Variations
Color information
#8A495E (or 0x8A495E) is known color: Cannon Pink. HEX triplet: 8A, 49 and 5E. RGB value is (138,73,94). Sum of RGB (Red+Green+Blue) = 138+73+94=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A495E is #75B6A1. Grayscale: #5E5E5E. Windows color (decimal): -7714466 or 6179210. OLE color: 6179210.
HSL color Cylindrical-coordinate representation of color #8A495E: hue angle of 340.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A495E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 94 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.46 |
| HSL | 340.62º | 0.31% | 0.41% | - |
| HSV(B) | 340.62º | 0.47% | 0.54% | - |
| XYZ | 14.88 | 10.98 | 11.92 | - |
| YUV | 94.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 94 | 0 | 0.47 | 0.32 | 0.46 | 340.62 | 0.31 | 0.41 |
| Hex | 8A | 49 | 5E | 0 | 2F | 20 | 2E | 155 | 1F | 29 |
| Octal | 212 | 111 | 136 | 0 | 57 | 40 | 56 | 525 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1011110 | 0 | 101111 | 100000 | 101110 | 101010101 | 11111 | 101001 |
Color Harmonies of #8A495E
Complementary color
Monochromatic Colors of #8A495E
Black with #8A495E
Text Example
Text Example
White with #8A495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A495E; }
p { color: rgb(138,73,94); }
H1.HeaderClassName
{
color: #8A495E;
}
.AnyTagClassName
{
color: #8A495E;
}
</style>
background-color css
<style>
a { background-color: #8A495E; }
a { background-color: rgb(138,73,94); }
div.DivClassName
{
background-color: #8A495E;
}
.BgClassName
{
background-color: #8A495E;
}
</style>
border-color css
<style>
span { border-color: #8A495E; }
span { border-color: rgb(138,73,94); }
td.TdClassName
{
border-color: #8A495E;
}
.TagClassName
{
border-color: #8A495E;
}
</style>