Shades of Cannon Pink #8A5565
Tints of Cannon Pink #8A5565
RGB
CMYK
RGB Variations
Color information
#8A5565 (or 0x8A5565) is known color: Cannon Pink. HEX triplet: 8A, 55 and 65. RGB value is (138,85,101). Sum of RGB (Red+Green+Blue) = 138+85+101=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5565 is #75AA9A. Grayscale: #666666. Windows color (decimal): -7711387 or 6641034. OLE color: 6641034.
HSL color Cylindrical-coordinate representation of color #8A5565: hue angle of 341.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5565 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 101 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.46 |
| HSL | 341.89º | 0.24% | 0.44% | - |
| HSV(B) | 341.89º | 0.38% | 0.54% | - |
| XYZ | 16.08 | 12.84 | 13.94 | - |
| YUV | 102.67 | 127.06 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 101 | 0 | 0.38 | 0.27 | 0.46 | 341.89 | 0.24 | 0.44 |
| Hex | 8A | 55 | 65 | 0 | 26 | 1B | 2E | 156 | 18 | 2C |
| Octal | 212 | 125 | 145 | 0 | 46 | 33 | 56 | 526 | 30 | 54 |
| Binary | 10001010 | 1010101 | 1100101 | 0 | 100110 | 11011 | 101110 | 101010110 | 11000 | 101100 |
Color Harmonies of #8A5565
Complementary color
Monochromatic Colors of #8A5565
Black with #8A5565
Text Example
Text Example
White with #8A5565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5565; }
p { color: rgb(138,85,101); }
H1.HeaderClassName
{
color: #8A5565;
}
.AnyTagClassName
{
color: #8A5565;
}
</style>
background-color css
<style>
a { background-color: #8A5565; }
a { background-color: rgb(138,85,101); }
div.DivClassName
{
background-color: #8A5565;
}
.BgClassName
{
background-color: #8A5565;
}
</style>
border-color css
<style>
span { border-color: #8A5565; }
span { border-color: rgb(138,85,101); }
td.TdClassName
{
border-color: #8A5565;
}
.TagClassName
{
border-color: #8A5565;
}
</style>