Shades of Cannon Pink #8A4D58
Tints of Cannon Pink #8A4D58
RGB
CMYK
RGB Variations
Color information
#8A4D58 (or 0x8A4D58) is known color: Cannon Pink. HEX triplet: 8A, 4D and 58. RGB value is (138,77,88). Sum of RGB (Red+Green+Blue) = 138+77+88=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D58 is #75B2A7. Grayscale: #606060. Windows color (decimal): -7713448 or 5787018. OLE color: 5787018.
HSL color Cylindrical-coordinate representation of color #8A4D58: hue angle of 349.18º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A4D58 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 77 | 88 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.46 |
| HSL | 349.18º | 0.28% | 0.42% | - |
| HSV(B) | 349.18º | 0.44% | 0.54% | - |
| XYZ | 14.9 | 11.42 | 10.65 | - |
| YUV | 96.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 88 | 0 | 0.44 | 0.36 | 0.46 | 349.18 | 0.28 | 0.42 |
| Hex | 8A | 4D | 58 | 0 | 2C | 24 | 2E | 15D | 1C | 2A |
| Octal | 212 | 115 | 130 | 0 | 54 | 44 | 56 | 535 | 34 | 52 |
| Binary | 10001010 | 1001101 | 1011000 | 0 | 101100 | 100100 | 101110 | 101011101 | 11100 | 101010 |
Color Harmonies of #8A4D58
Complementary color
Monochromatic Colors of #8A4D58
Black with #8A4D58
Text Example
Text Example
White with #8A4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4D58; }
p { color: rgb(138,77,88); }
H1.HeaderClassName
{
color: #8A4D58;
}
.AnyTagClassName
{
color: #8A4D58;
}
</style>
background-color css
<style>
a { background-color: #8A4D58; }
a { background-color: rgb(138,77,88); }
div.DivClassName
{
background-color: #8A4D58;
}
.BgClassName
{
background-color: #8A4D58;
}
</style>
border-color css
<style>
span { border-color: #8A4D58; }
span { border-color: rgb(138,77,88); }
td.TdClassName
{
border-color: #8A4D58;
}
.TagClassName
{
border-color: #8A4D58;
}
</style>