Shades of Cannon Pink #8A496B
Tints of Cannon Pink #8A496B
RGB
CMYK
RGB Variations
Color information
#8A496B (or 0x8A496B) is known color: Cannon Pink. HEX triplet: 8A, 49 and 6B. RGB value is (138,73,107). Sum of RGB (Red+Green+Blue) = 138+73+107=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A496B is #75B694. Grayscale: #606060. Windows color (decimal): -7714453 or 7031178. OLE color: 7031178.
HSL color Cylindrical-coordinate representation of color #8A496B: hue angle of 328.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 #8A496B is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 73 | 107 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.46 |
| HSL | 328.62º | 0.31% | 0.41% | - |
| HSV(B) | 328.62º | 0.47% | 0.54% | - |
| XYZ | 15.52 | 11.23 | 15.26 | - |
| YUV | 96.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 73 | 107 | 0 | 0.47 | 0.22 | 0.46 | 328.62 | 0.31 | 0.41 |
| Hex | 8A | 49 | 6B | 0 | 2F | 16 | 2E | 149 | 1F | 29 |
| Octal | 212 | 111 | 153 | 0 | 57 | 26 | 56 | 511 | 37 | 51 |
| Binary | 10001010 | 1001001 | 1101011 | 0 | 101111 | 10110 | 101110 | 101001001 | 11111 | 101001 |
Color Harmonies of #8A496B
Complementary color
Monochromatic Colors of #8A496B
Black with #8A496B
Text Example
Text Example
White with #8A496B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A496B; }
p { color: rgb(138,73,107); }
H1.HeaderClassName
{
color: #8A496B;
}
.AnyTagClassName
{
color: #8A496B;
}
</style>
background-color css
<style>
a { background-color: #8A496B; }
a { background-color: rgb(138,73,107); }
div.DivClassName
{
background-color: #8A496B;
}
.BgClassName
{
background-color: #8A496B;
}
</style>
border-color css
<style>
span { border-color: #8A496B; }
span { border-color: rgb(138,73,107); }
td.TdClassName
{
border-color: #8A496B;
}
.TagClassName
{
border-color: #8A496B;
}
</style>