Shades of Cannon Pink #8A4E62
Tints of Cannon Pink #8A4E62
RGB
CMYK
RGB Variations
Color information
#8A4E62 (or 0x8A4E62) is known color: Cannon Pink. HEX triplet: 8A, 4E and 62. RGB value is (138,78,98). Sum of RGB (Red+Green+Blue) = 138+78+98=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E62 is #75B19D. Grayscale: #626262. Windows color (decimal): -7713182 or 6442634. OLE color: 6442634.
HSL color Cylindrical-coordinate representation of color #8A4E62: hue angle of 340º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8A4E62 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 98 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.46 |
| HSL | 340º | 0.28% | 0.42% | - |
| HSV(B) | 340º | 0.43% | 0.54% | - |
| XYZ | 15.41 | 11.73 | 13.01 | - |
| YUV | 98.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 98 | 0 | 0.43 | 0.29 | 0.46 | 340 | 0.28 | 0.42 |
| Hex | 8A | 4E | 62 | 0 | 2B | 1D | 2E | 154 | 1C | 2A |
| Octal | 212 | 116 | 142 | 0 | 53 | 35 | 56 | 524 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1100010 | 0 | 101011 | 11101 | 101110 | 101010100 | 11100 | 101010 |
Color Harmonies of #8A4E62
Complementary color
Monochromatic Colors of #8A4E62
Black with #8A4E62
Text Example
Text Example
White with #8A4E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E62; }
p { color: rgb(138,78,98); }
H1.HeaderClassName
{
color: #8A4E62;
}
.AnyTagClassName
{
color: #8A4E62;
}
</style>
background-color css
<style>
a { background-color: #8A4E62; }
a { background-color: rgb(138,78,98); }
div.DivClassName
{
background-color: #8A4E62;
}
.BgClassName
{
background-color: #8A4E62;
}
</style>
border-color css
<style>
span { border-color: #8A4E62; }
span { border-color: rgb(138,78,98); }
td.TdClassName
{
border-color: #8A4E62;
}
.TagClassName
{
border-color: #8A4E62;
}
</style>