Shades of Cannon Pink #8A4D6C
Tints of Cannon Pink #8A4D6C
RGB
CMYK
RGB Variations
Color information
#8A4D6C (or 0x8A4D6C) is known color: Cannon Pink. HEX triplet: 8A, 4D and 6C. RGB value is (138,77,108). Sum of RGB (Red+Green+Blue) = 138+77+108=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D6C is #75B293. Grayscale: #626262. Windows color (decimal): -7713428 or 7097738. OLE color: 7097738.
HSL color Cylindrical-coordinate representation of color #8A4D6C: hue angle of 329.51º 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 #8A4D6C is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 77 | 108 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.46 |
| HSL | 329.51º | 0.28% | 0.42% | - |
| HSV(B) | 329.51º | 0.44% | 0.54% | - |
| XYZ | 15.84 | 11.79 | 15.63 | - |
| YUV | 98.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 108 | 0 | 0.44 | 0.22 | 0.46 | 329.51 | 0.28 | 0.42 |
| Hex | 8A | 4D | 6C | 0 | 2C | 16 | 2E | 14A | 1C | 2A |
| Octal | 212 | 115 | 154 | 0 | 54 | 26 | 56 | 512 | 34 | 52 |
| Binary | 10001010 | 1001101 | 1101100 | 0 | 101100 | 10110 | 101110 | 101001010 | 11100 | 101010 |
Color Harmonies of #8A4D6C
Complementary color
Monochromatic Colors of #8A4D6C
Black with #8A4D6C
Text Example
Text Example
White with #8A4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4D6C; }
p { color: rgb(138,77,108); }
H1.HeaderClassName
{
color: #8A4D6C;
}
.AnyTagClassName
{
color: #8A4D6C;
}
</style>
background-color css
<style>
a { background-color: #8A4D6C; }
a { background-color: rgb(138,77,108); }
div.DivClassName
{
background-color: #8A4D6C;
}
.BgClassName
{
background-color: #8A4D6C;
}
</style>
border-color css
<style>
span { border-color: #8A4D6C; }
span { border-color: rgb(138,77,108); }
td.TdClassName
{
border-color: #8A4D6C;
}
.TagClassName
{
border-color: #8A4D6C;
}
</style>