Shades of Cannon Pink #8A4E70
Tints of Cannon Pink #8A4E70
RGB
CMYK
RGB Variations
Color information
#8A4E70 (or 0x8A4E70) is known color: Cannon Pink. HEX triplet: 8A, 4E and 70. RGB value is (138,78,112). Sum of RGB (Red+Green+Blue) = 138+78+112=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 78 (30.86% from 255 or 23.78% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E70 is #75B18F. Grayscale: #636363. Windows color (decimal): -7713168 or 7360138. OLE color: 7360138.
HSL color Cylindrical-coordinate representation of color #8A4E70: hue angle of 326º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E70 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 112 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.46 |
| HSL | 326º | 0.28% | 0.42% | - |
| HSV(B) | 326º | 0.43% | 0.54% | - |
| XYZ | 16.13 | 12.02 | 16.8 | - |
| YUV | 99.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 112 | 0 | 0.43 | 0.19 | 0.46 | 326 | 0.28 | 0.42 |
| Hex | 8A | 4E | 70 | 0 | 2B | 13 | 2E | 146 | 1C | 2A |
| Octal | 212 | 116 | 160 | 0 | 53 | 23 | 56 | 506 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1110000 | 0 | 101011 | 10011 | 101110 | 101000110 | 11100 | 101010 |
Color Harmonies of #8A4E70
Complementary color
Monochromatic Colors of #8A4E70
Black with #8A4E70
Text Example
Text Example
White with #8A4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E70; }
p { color: rgb(138,78,112); }
H1.HeaderClassName
{
color: #8A4E70;
}
.AnyTagClassName
{
color: #8A4E70;
}
</style>
background-color css
<style>
a { background-color: #8A4E70; }
a { background-color: rgb(138,78,112); }
div.DivClassName
{
background-color: #8A4E70;
}
.BgClassName
{
background-color: #8A4E70;
}
</style>
border-color css
<style>
span { border-color: #8A4E70; }
span { border-color: rgb(138,78,112); }
td.TdClassName
{
border-color: #8A4E70;
}
.TagClassName
{
border-color: #8A4E70;
}
</style>