Shades of Cannon Pink #8A526B
Tints of Cannon Pink #8A526B
RGB
CMYK
RGB Variations
Color information
#8A526B (or 0x8A526B) is known color: Cannon Pink. HEX triplet: 8A, 52 and 6B. RGB value is (138,82,107). Sum of RGB (Red+Green+Blue) = 138+82+107=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A526B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A526B is #75AD94. Grayscale: #656565. Windows color (decimal): -7712149 or 7033482. OLE color: 7033482.
HSL color Cylindrical-coordinate representation of color #8A526B: hue angle of 333.21º 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 #8A526B is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 107 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.46 |
| HSL | 333.21º | 0.25% | 0.43% | - |
| HSV(B) | 333.21º | 0.41% | 0.54% | - |
| XYZ | 16.15 | 12.5 | 15.47 | - |
| YUV | 101.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 107 | 0 | 0.41 | 0.22 | 0.46 | 333.21 | 0.25 | 0.43 |
| Hex | 8A | 52 | 6B | 0 | 29 | 16 | 2E | 14D | 19 | 2B |
| Octal | 212 | 122 | 153 | 0 | 51 | 26 | 56 | 515 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1101011 | 0 | 101001 | 10110 | 101110 | 101001101 | 11001 | 101011 |
Color Harmonies of #8A526B
Complementary color
Monochromatic Colors of #8A526B
Black with #8A526B
Text Example
Text Example
White with #8A526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A526B; }
p { color: rgb(138,82,107); }
H1.HeaderClassName
{
color: #8A526B;
}
.AnyTagClassName
{
color: #8A526B;
}
</style>
background-color css
<style>
a { background-color: #8A526B; }
a { background-color: rgb(138,82,107); }
div.DivClassName
{
background-color: #8A526B;
}
.BgClassName
{
background-color: #8A526B;
}
</style>
border-color css
<style>
span { border-color: #8A526B; }
span { border-color: rgb(138,82,107); }
td.TdClassName
{
border-color: #8A526B;
}
.TagClassName
{
border-color: #8A526B;
}
</style>