Shades of Cannon Pink #8A5059
Tints of Cannon Pink #8A5059
RGB
CMYK
RGB Variations
Color information
#8A5059 (or 0x8A5059) is known color: Cannon Pink. HEX triplet: 8A, 50 and 59. RGB value is (138,80,89). Sum of RGB (Red+Green+Blue) = 138+80+89=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5059 is #75AFA6. Grayscale: #626262. Windows color (decimal): -7712679 or 5853322. OLE color: 5853322.
HSL color Cylindrical-coordinate representation of color #8A5059: hue angle of 350.69º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A5059 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 89 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.46 |
| HSL | 350.69º | 0.27% | 0.43% | - |
| HSV(B) | 350.69º | 0.42% | 0.54% | - |
| XYZ | 15.15 | 11.86 | 10.94 | - |
| YUV | 98.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 89 | 0 | 0.42 | 0.36 | 0.46 | 350.69 | 0.27 | 0.43 |
| Hex | 8A | 50 | 59 | 0 | 2A | 24 | 2E | 15F | 1B | 2B |
| Octal | 212 | 120 | 131 | 0 | 52 | 44 | 56 | 537 | 33 | 53 |
| Binary | 10001010 | 1010000 | 1011001 | 0 | 101010 | 100100 | 101110 | 101011111 | 11011 | 101011 |
Color Harmonies of #8A5059
Complementary color
Monochromatic Colors of #8A5059
Black with #8A5059
Text Example
Text Example
White with #8A5059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5059; }
p { color: rgb(138,80,89); }
H1.HeaderClassName
{
color: #8A5059;
}
.AnyTagClassName
{
color: #8A5059;
}
</style>
background-color css
<style>
a { background-color: #8A5059; }
a { background-color: rgb(138,80,89); }
div.DivClassName
{
background-color: #8A5059;
}
.BgClassName
{
background-color: #8A5059;
}
</style>
border-color css
<style>
span { border-color: #8A5059; }
span { border-color: rgb(138,80,89); }
td.TdClassName
{
border-color: #8A5059;
}
.TagClassName
{
border-color: #8A5059;
}
</style>