Shades of Cannon Pink #8B5662
Tints of Cannon Pink #8B5662
RGB
CMYK
RGB Variations
Color information
#8B5662 (or 0x8B5662) is known color: Cannon Pink. HEX triplet: 8B, 56 and 62. RGB value is (139,86,98). Sum of RGB (Red+Green+Blue) = 139+86+98=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5662 is #74A99D. Grayscale: #676767. Windows color (decimal): -7645598 or 6444683. OLE color: 6444683.
HSL color Cylindrical-coordinate representation of color #8B5662: hue angle of 346.42º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5662 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 98 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.45 |
| HSL | 346.42º | 0.24% | 0.44% | - |
| HSV(B) | 346.42º | 0.38% | 0.55% | - |
| XYZ | 16.18 | 13.03 | 13.22 | - |
| YUV | 103.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 98 | 0 | 0.38 | 0.29 | 0.45 | 346.42 | 0.24 | 0.44 |
| Hex | 8B | 56 | 62 | 0 | 26 | 1D | 2D | 15A | 18 | 2C |
| Octal | 213 | 126 | 142 | 0 | 46 | 35 | 55 | 532 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1100010 | 0 | 100110 | 11101 | 101101 | 101011010 | 11000 | 101100 |
Color Harmonies of #8B5662
Complementary color
Monochromatic Colors of #8B5662
Black with #8B5662
Text Example
Text Example
White with #8B5662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5662; }
p { color: rgb(139,86,98); }
H1.HeaderClassName
{
color: #8B5662;
}
.AnyTagClassName
{
color: #8B5662;
}
</style>
background-color css
<style>
a { background-color: #8B5662; }
a { background-color: rgb(139,86,98); }
div.DivClassName
{
background-color: #8B5662;
}
.BgClassName
{
background-color: #8B5662;
}
</style>
border-color css
<style>
span { border-color: #8B5662; }
span { border-color: rgb(139,86,98); }
td.TdClassName
{
border-color: #8B5662;
}
.TagClassName
{
border-color: #8B5662;
}
</style>