Shades of Cannon Pink #8A4E68
Tints of Cannon Pink #8A4E68
RGB
CMYK
RGB Variations
Color information
#8A4E68 (or 0x8A4E68) is known color: Cannon Pink. HEX triplet: 8A, 4E and 68. RGB value is (138,78,104). Sum of RGB (Red+Green+Blue) = 138+78+104=320 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.12% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4E68 is #75B197. Grayscale: #626262. Windows color (decimal): -7713176 or 6835850. OLE color: 6835850.
HSL color Cylindrical-coordinate representation of color #8A4E68: hue angle of 334º 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 #8A4E68 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 78 | 104 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.46 |
| HSL | 334º | 0.28% | 0.42% | - |
| HSV(B) | 334º | 0.43% | 0.54% | - |
| XYZ | 15.7 | 11.85 | 14.56 | - |
| YUV | 98.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 78 | 104 | 0 | 0.43 | 0.25 | 0.46 | 334 | 0.28 | 0.42 |
| Hex | 8A | 4E | 68 | 0 | 2B | 19 | 2E | 14E | 1C | 2A |
| Octal | 212 | 116 | 150 | 0 | 53 | 31 | 56 | 516 | 34 | 52 |
| Binary | 10001010 | 1001110 | 1101000 | 0 | 101011 | 11001 | 101110 | 101001110 | 11100 | 101010 |
Color Harmonies of #8A4E68
Complementary color
Monochromatic Colors of #8A4E68
Black with #8A4E68
Text Example
Text Example
White with #8A4E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4E68; }
p { color: rgb(138,78,104); }
H1.HeaderClassName
{
color: #8A4E68;
}
.AnyTagClassName
{
color: #8A4E68;
}
</style>
background-color css
<style>
a { background-color: #8A4E68; }
a { background-color: rgb(138,78,104); }
div.DivClassName
{
background-color: #8A4E68;
}
.BgClassName
{
background-color: #8A4E68;
}
</style>
border-color css
<style>
span { border-color: #8A4E68; }
span { border-color: rgb(138,78,104); }
td.TdClassName
{
border-color: #8A4E68;
}
.TagClassName
{
border-color: #8A4E68;
}
</style>