Shades of Cannon Pink #8A526D
Tints of Cannon Pink #8A526D
RGB
CMYK
RGB Variations
Color information
#8A526D (or 0x8A526D) is known color: Cannon Pink. HEX triplet: 8A, 52 and 6D. RGB value is (138,82,109). Sum of RGB (Red+Green+Blue) = 138+82+109=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A526D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A526D is #75AD92. Grayscale: #656565. Windows color (decimal): -7712147 or 7164554. OLE color: 7164554.
HSL color Cylindrical-coordinate representation of color #8A526D: hue angle of 331.07º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A526D is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 109 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.46 |
| HSL | 331.07º | 0.25% | 0.43% | - |
| HSV(B) | 331.07º | 0.41% | 0.54% | - |
| XYZ | 16.26 | 12.54 | 16.03 | - |
| YUV | 101.82 | 132.05 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 109 | 0 | 0.41 | 0.21 | 0.46 | 331.07 | 0.25 | 0.43 |
| Hex | 8A | 52 | 6D | 0 | 29 | 15 | 2E | 14B | 19 | 2B |
| Octal | 212 | 122 | 155 | 0 | 51 | 25 | 56 | 513 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1101101 | 0 | 101001 | 10101 | 101110 | 101001011 | 11001 | 101011 |
Color Harmonies of #8A526D
Complementary color
Monochromatic Colors of #8A526D
Black with #8A526D
Text Example
Text Example
White with #8A526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A526D; }
p { color: rgb(138,82,109); }
H1.HeaderClassName
{
color: #8A526D;
}
.AnyTagClassName
{
color: #8A526D;
}
</style>
background-color css
<style>
a { background-color: #8A526D; }
a { background-color: rgb(138,82,109); }
div.DivClassName
{
background-color: #8A526D;
}
.BgClassName
{
background-color: #8A526D;
}
</style>
border-color css
<style>
span { border-color: #8A526D; }
span { border-color: rgb(138,82,109); }
td.TdClassName
{
border-color: #8A526D;
}
.TagClassName
{
border-color: #8A526D;
}
</style>