Shades of Cannon Pink #8A546D
Tints of Cannon Pink #8A546D
RGB
CMYK
RGB Variations
Color information
#8A546D (or 0x8A546D) is known color: Cannon Pink. HEX triplet: 8A, 54 and 6D. RGB value is (138,84,109). Sum of RGB (Red+Green+Blue) = 138+84+109=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A546D is #75AB92. Grayscale: #666666. Windows color (decimal): -7711635 or 7165066. OLE color: 7165066.
HSL color Cylindrical-coordinate representation of color #8A546D: hue angle of 332.22º 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 #8A546D is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 84 | 109 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.46 |
| HSL | 332.22º | 0.24% | 0.44% | - |
| HSV(B) | 332.22º | 0.39% | 0.54% | - |
| XYZ | 16.41 | 12.85 | 16.08 | - |
| YUV | 103 | 131.39 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 84 | 109 | 0 | 0.39 | 0.21 | 0.46 | 332.22 | 0.24 | 0.44 |
| Hex | 8A | 54 | 6D | 0 | 27 | 15 | 2E | 14C | 18 | 2C |
| Octal | 212 | 124 | 155 | 0 | 47 | 25 | 56 | 514 | 30 | 54 |
| Binary | 10001010 | 1010100 | 1101101 | 0 | 100111 | 10101 | 101110 | 101001100 | 11000 | 101100 |
Color Harmonies of #8A546D
Complementary color
Monochromatic Colors of #8A546D
Black with #8A546D
Text Example
Text Example
White with #8A546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A546D; }
p { color: rgb(138,84,109); }
H1.HeaderClassName
{
color: #8A546D;
}
.AnyTagClassName
{
color: #8A546D;
}
</style>
background-color css
<style>
a { background-color: #8A546D; }
a { background-color: rgb(138,84,109); }
div.DivClassName
{
background-color: #8A546D;
}
.BgClassName
{
background-color: #8A546D;
}
</style>
border-color css
<style>
span { border-color: #8A546D; }
span { border-color: rgb(138,84,109); }
td.TdClassName
{
border-color: #8A546D;
}
.TagClassName
{
border-color: #8A546D;
}
</style>