Shades of Cannon Pink #8A546A
Tints of Cannon Pink #8A546A
RGB
CMYK
RGB Variations
Color information
#8A546A (or 0x8A546A) is known color: Cannon Pink. HEX triplet: 8A, 54 and 6A. RGB value is (138,84,106). Sum of RGB (Red+Green+Blue) = 138+84+106=328 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.07% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 138 - color contains mainly: red. Hex color #8A546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A546A is #75AB95. Grayscale: #666666. Windows color (decimal): -7711638 or 6968458. OLE color: 6968458.
HSL color Cylindrical-coordinate representation of color #8A546A: hue angle of 335.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A546A is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 106 | - |
| CMYK | 0 | 0.39 | 0.23 | 0.46 |
| HSL | 335.56º | 0.24% | 0.44% | - |
| HSV(B) | 335.56º | 0.39% | 0.54% | - |
| XYZ | 16.25 | 12.78 | 15.25 | - |
| YUV | 102.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 106 | 0 | 0.39 | 0.23 | 0.46 | 335.56 | 0.24 | 0.44 |
| Hex | 8A | 54 | 6A | 0 | 27 | 17 | 2E | 150 | 18 | 2C |
| Octal | 212 | 124 | 152 | 0 | 47 | 27 | 56 | 520 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1101010 | 0 | 100111 | 10111 | 101110 | 101010000 | 11000 | 101100 |
Color Harmonies of #8A546A
Complementary color
Monochromatic Colors of #8A546A
Black with #8A546A
Text Example
Text Example
White with #8A546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A546A; }
p { color: rgb(138,84,106); }
H1.HeaderClassName
{
color: #8A546A;
}
.AnyTagClassName
{
color: #8A546A;
}
</style>
background-color css
<style>
a { background-color: #8A546A; }
a { background-color: rgb(138,84,106); }
div.DivClassName
{
background-color: #8A546A;
}
.BgClassName
{
background-color: #8A546A;
}
</style>
border-color css
<style>
span { border-color: #8A546A; }
span { border-color: rgb(138,84,106); }
td.TdClassName
{
border-color: #8A546A;
}
.TagClassName
{
border-color: #8A546A;
}
</style>