Shades of Cannon Pink #8A5262
Tints of Cannon Pink #8A5262
RGB
CMYK
RGB Variations
Color information
#8A5262 (or 0x8A5262) is known color: Cannon Pink. HEX triplet: 8A, 52 and 62. RGB value is (138,82,98). Sum of RGB (Red+Green+Blue) = 138+82+98=318 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.40% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5262 is #75AD9D. Grayscale: #646464. Windows color (decimal): -7712158 or 6443658. OLE color: 6443658.
HSL color Cylindrical-coordinate representation of color #8A5262: hue angle of 342.86º 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 #8A5262 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 82 | 98 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.46 |
| HSL | 342.86º | 0.25% | 0.43% | - |
| HSV(B) | 342.86º | 0.41% | 0.54% | - |
| XYZ | 15.7 | 12.32 | 13.11 | - |
| YUV | 100.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 82 | 98 | 0 | 0.41 | 0.29 | 0.46 | 342.86 | 0.25 | 0.43 |
| Hex | 8A | 52 | 62 | 0 | 29 | 1D | 2E | 157 | 19 | 2B |
| Octal | 212 | 122 | 142 | 0 | 51 | 35 | 56 | 527 | 31 | 53 |
| Binary | 10001010 | 1010010 | 1100010 | 0 | 101001 | 11101 | 101110 | 101010111 | 11001 | 101011 |
Color Harmonies of #8A5262
Complementary color
Monochromatic Colors of #8A5262
Black with #8A5262
Text Example
Text Example
White with #8A5262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5262; }
p { color: rgb(138,82,98); }
H1.HeaderClassName
{
color: #8A5262;
}
.AnyTagClassName
{
color: #8A5262;
}
</style>
background-color css
<style>
a { background-color: #8A5262; }
a { background-color: rgb(138,82,98); }
div.DivClassName
{
background-color: #8A5262;
}
.BgClassName
{
background-color: #8A5262;
}
</style>
border-color css
<style>
span { border-color: #8A5262; }
span { border-color: rgb(138,82,98); }
td.TdClassName
{
border-color: #8A5262;
}
.TagClassName
{
border-color: #8A5262;
}
</style>