Shades of Cannon Pink #8A4D5D
Tints of Cannon Pink #8A4D5D
RGB
CMYK
RGB Variations
Color information
#8A4D5D (or 0x8A4D5D) is known color: Cannon Pink. HEX triplet: 8A, 4D and 5D. RGB value is (138,77,93). Sum of RGB (Red+Green+Blue) = 138+77+93=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D5D is #75B2A2. Grayscale: #616161. Windows color (decimal): -7713443 or 6114698. OLE color: 6114698.
HSL color Cylindrical-coordinate representation of color #8A4D5D: hue angle of 344.26º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A4D5D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 77 | 93 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.46 |
| HSL | 344.26º | 0.28% | 0.42% | - |
| HSV(B) | 344.26º | 0.44% | 0.54% | - |
| XYZ | 15.11 | 11.5 | 11.78 | - |
| YUV | 97.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 93 | 0 | 0.44 | 0.33 | 0.46 | 344.26 | 0.28 | 0.42 |
| Hex | 8A | 4D | 5D | 0 | 2C | 21 | 2E | 158 | 1C | 2A |
| Octal | 212 | 115 | 135 | 0 | 54 | 41 | 56 | 530 | 34 | 52 |
| Binary | 10001010 | 1001101 | 1011101 | 0 | 101100 | 100001 | 101110 | 101011000 | 11100 | 101010 |
Color Harmonies of #8A4D5D
Complementary color
Monochromatic Colors of #8A4D5D
Black with #8A4D5D
Text Example
Text Example
White with #8A4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4D5D; }
p { color: rgb(138,77,93); }
H1.HeaderClassName
{
color: #8A4D5D;
}
.AnyTagClassName
{
color: #8A4D5D;
}
</style>
background-color css
<style>
a { background-color: #8A4D5D; }
a { background-color: rgb(138,77,93); }
div.DivClassName
{
background-color: #8A4D5D;
}
.BgClassName
{
background-color: #8A4D5D;
}
</style>
border-color css
<style>
span { border-color: #8A4D5D; }
span { border-color: rgb(138,77,93); }
td.TdClassName
{
border-color: #8A4D5D;
}
.TagClassName
{
border-color: #8A4D5D;
}
</style>