Shades of Cannon Pink #8A5562
Tints of Cannon Pink #8A5562
RGB
CMYK
RGB Variations
Color information
#8A5562 (or 0x8A5562) is known color: Cannon Pink. HEX triplet: 8A, 55 and 62. RGB value is (138,85,98). Sum of RGB (Red+Green+Blue) = 138+85+98=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5562 is #75AA9D. Grayscale: #666666. Windows color (decimal): -7711390 or 6444426. OLE color: 6444426.
HSL color Cylindrical-coordinate representation of color #8A5562: hue angle of 345.28º 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 #8A5562 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 85 | 98 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.46 |
| HSL | 345.28º | 0.24% | 0.44% | - |
| HSV(B) | 345.28º | 0.38% | 0.54% | - |
| XYZ | 15.93 | 12.78 | 13.18 | - |
| YUV | 102.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 98 | 0 | 0.38 | 0.29 | 0.46 | 345.28 | 0.24 | 0.44 |
| Hex | 8A | 55 | 62 | 0 | 26 | 1D | 2E | 159 | 18 | 2C |
| Octal | 212 | 125 | 142 | 0 | 46 | 35 | 56 | 531 | 30 | 54 |
| Binary | 10001010 | 1010101 | 1100010 | 0 | 100110 | 11101 | 101110 | 101011001 | 11000 | 101100 |
Color Harmonies of #8A5562
Complementary color
Monochromatic Colors of #8A5562
Black with #8A5562
Text Example
Text Example
White with #8A5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5562; }
p { color: rgb(138,85,98); }
H1.HeaderClassName
{
color: #8A5562;
}
.AnyTagClassName
{
color: #8A5562;
}
</style>
background-color css
<style>
a { background-color: #8A5562; }
a { background-color: rgb(138,85,98); }
div.DivClassName
{
background-color: #8A5562;
}
.BgClassName
{
background-color: #8A5562;
}
</style>
border-color css
<style>
span { border-color: #8A5562; }
span { border-color: rgb(138,85,98); }
td.TdClassName
{
border-color: #8A5562;
}
.TagClassName
{
border-color: #8A5562;
}
</style>