Shades of Cannon Pink #8A465C
Tints of Cannon Pink #8A465C
RGB
CMYK
RGB Variations
Color information
#8A465C (or 0x8A465C) is known color: Cannon Pink. HEX triplet: 8A, 46 and 5C. RGB value is (138,70,92). Sum of RGB (Red+Green+Blue) = 138+70+92=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A465C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A465C is #75B9A3. Grayscale: #5C5C5C. Windows color (decimal): -7715236 or 6047370. OLE color: 6047370.
HSL color Cylindrical-coordinate representation of color #8A465C: hue angle of 340.59º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A465C is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 70 | 92 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.46 |
| HSL | 340.59º | 0.33% | 0.41% | - |
| HSV(B) | 340.59º | 0.49% | 0.54% | - |
| XYZ | 14.6 | 10.56 | 11.39 | - |
| YUV | 92.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 70 | 92 | 0 | 0.49 | 0.33 | 0.46 | 340.59 | 0.33 | 0.41 |
| Hex | 8A | 46 | 5C | 0 | 31 | 21 | 2E | 155 | 21 | 29 |
| Octal | 212 | 106 | 134 | 0 | 61 | 41 | 56 | 525 | 41 | 51 |
| Binary | 10001010 | 1000110 | 1011100 | 0 | 110001 | 100001 | 101110 | 101010101 | 100001 | 101001 |
Color Harmonies of #8A465C
Complementary color
Monochromatic Colors of #8A465C
Black with #8A465C
Text Example
Text Example
White with #8A465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A465C; }
p { color: rgb(138,70,92); }
H1.HeaderClassName
{
color: #8A465C;
}
.AnyTagClassName
{
color: #8A465C;
}
</style>
background-color css
<style>
a { background-color: #8A465C; }
a { background-color: rgb(138,70,92); }
div.DivClassName
{
background-color: #8A465C;
}
.BgClassName
{
background-color: #8A465C;
}
</style>
border-color css
<style>
span { border-color: #8A465C; }
span { border-color: rgb(138,70,92); }
td.TdClassName
{
border-color: #8A465C;
}
.TagClassName
{
border-color: #8A465C;
}
</style>