Shades of Cannon Pink #8A445E
Tints of Cannon Pink #8A445E
RGB
CMYK
RGB Variations
Color information
#8A445E (or 0x8A445E) is known color: Cannon Pink. HEX triplet: 8A, 44 and 5E. RGB value is (138,68,94). Sum of RGB (Red+Green+Blue) = 138+68+94=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A445E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A445E is #75BBA1. Grayscale: #5B5B5B. Windows color (decimal): -7715746 or 6177930. OLE color: 6177930.
HSL color Cylindrical-coordinate representation of color #8A445E: hue angle of 337.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A445E is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 68 | 94 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.46 |
| HSL | 337.71º | 0.34% | 0.4% | - |
| HSV(B) | 337.71º | 0.51% | 0.54% | - |
| XYZ | 14.57 | 10.35 | 11.82 | - |
| YUV | 91.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 68 | 94 | 0 | 0.51 | 0.32 | 0.46 | 337.71 | 0.34 | 0.4 |
| Hex | 8A | 44 | 5E | 0 | 33 | 20 | 2E | 152 | 22 | 28 |
| Octal | 212 | 104 | 136 | 0 | 63 | 40 | 56 | 522 | 42 | 50 |
| Binary | 10001010 | 1000100 | 1011110 | 0 | 110011 | 100000 | 101110 | 101010010 | 100010 | 101000 |
Color Harmonies of #8A445E
Complementary color
Monochromatic Colors of #8A445E
Black with #8A445E
Text Example
Text Example
White with #8A445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A445E; }
p { color: rgb(138,68,94); }
H1.HeaderClassName
{
color: #8A445E;
}
.AnyTagClassName
{
color: #8A445E;
}
</style>
background-color css
<style>
a { background-color: #8A445E; }
a { background-color: rgb(138,68,94); }
div.DivClassName
{
background-color: #8A445E;
}
.BgClassName
{
background-color: #8A445E;
}
</style>
border-color css
<style>
span { border-color: #8A445E; }
span { border-color: rgb(138,68,94); }
td.TdClassName
{
border-color: #8A445E;
}
.TagClassName
{
border-color: #8A445E;
}
</style>