Shades of Cannon Pink #8A5770
Tints of Cannon Pink #8A5770
RGB
CMYK
RGB Variations
Color information
#8A5770 (or 0x8A5770) is known color: Cannon Pink. HEX triplet: 8A, 57 and 70. RGB value is (138,87,112). Sum of RGB (Red+Green+Blue) = 138+87+112=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5770 is #75A88F. Grayscale: #696969. Windows color (decimal): -7710864 or 7362442. OLE color: 7362442.
HSL color Cylindrical-coordinate representation of color #8A5770: hue angle of 330.59º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A5770 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 87 | 112 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.46 |
| HSL | 330.59º | 0.23% | 0.44% | - |
| HSV(B) | 330.59º | 0.37% | 0.54% | - |
| XYZ | 16.81 | 13.39 | 17.03 | - |
| YUV | 105.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 112 | 0 | 0.37 | 0.19 | 0.46 | 330.59 | 0.23 | 0.44 |
| Hex | 8A | 57 | 70 | 0 | 25 | 13 | 2E | 14B | 17 | 2C |
| Octal | 212 | 127 | 160 | 0 | 45 | 23 | 56 | 513 | 27 | 54 |
| Binary | 10001010 | 1010111 | 1110000 | 0 | 100101 | 10011 | 101110 | 101001011 | 10111 | 101100 |
Color Harmonies of #8A5770
Complementary color
Monochromatic Colors of #8A5770
Black with #8A5770
Text Example
Text Example
White with #8A5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5770; }
p { color: rgb(138,87,112); }
H1.HeaderClassName
{
color: #8A5770;
}
.AnyTagClassName
{
color: #8A5770;
}
</style>
background-color css
<style>
a { background-color: #8A5770; }
a { background-color: rgb(138,87,112); }
div.DivClassName
{
background-color: #8A5770;
}
.BgClassName
{
background-color: #8A5770;
}
</style>
border-color css
<style>
span { border-color: #8A5770; }
span { border-color: rgb(138,87,112); }
td.TdClassName
{
border-color: #8A5770;
}
.TagClassName
{
border-color: #8A5770;
}
</style>