Shades of Cannon Pink #8A4F5E
Tints of Cannon Pink #8A4F5E
RGB
CMYK
RGB Variations
Color information
#8A4F5E (or 0x8A4F5E) is known color: Cannon Pink. HEX triplet: 8A, 4F and 5E. RGB value is (138,79,94). Sum of RGB (Red+Green+Blue) = 138+79+94=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4F5E is #75B0A1. Grayscale: #626262. Windows color (decimal): -7712930 or 6180746. OLE color: 6180746.
HSL color Cylindrical-coordinate representation of color #8A4F5E: hue angle of 344.75º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4F5E is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 79 | 94 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.46 |
| HSL | 344.75º | 0.27% | 0.43% | - |
| HSV(B) | 344.75º | 0.43% | 0.54% | - |
| XYZ | 15.3 | 11.8 | 12.06 | - |
| YUV | 98.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 79 | 94 | 0 | 0.43 | 0.32 | 0.46 | 344.75 | 0.27 | 0.43 |
| Hex | 8A | 4F | 5E | 0 | 2B | 20 | 2E | 159 | 1B | 2B |
| Octal | 212 | 117 | 136 | 0 | 53 | 40 | 56 | 531 | 33 | 53 |
| Binary | 10001010 | 1001111 | 1011110 | 0 | 101011 | 100000 | 101110 | 101011001 | 11011 | 101011 |
Color Harmonies of #8A4F5E
Complementary color
Monochromatic Colors of #8A4F5E
Black with #8A4F5E
Text Example
Text Example
White with #8A4F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4F5E; }
p { color: rgb(138,79,94); }
H1.HeaderClassName
{
color: #8A4F5E;
}
.AnyTagClassName
{
color: #8A4F5E;
}
</style>
background-color css
<style>
a { background-color: #8A4F5E; }
a { background-color: rgb(138,79,94); }
div.DivClassName
{
background-color: #8A4F5E;
}
.BgClassName
{
background-color: #8A4F5E;
}
</style>
border-color css
<style>
span { border-color: #8A4F5E; }
span { border-color: rgb(138,79,94); }
td.TdClassName
{
border-color: #8A4F5E;
}
.TagClassName
{
border-color: #8A4F5E;
}
</style>