Shades of Cannon Pink #8B5863
Tints of Cannon Pink #8B5863
RGB
CMYK
RGB Variations
Color information
#8B5863 (or 0x8B5863) is known color: Cannon Pink. HEX triplet: 8B, 58 and 63. RGB value is (139,88,99). Sum of RGB (Red+Green+Blue) = 139+88+99=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5863 is #74A79C. Grayscale: #686868. Windows color (decimal): -7645085 or 6510731. OLE color: 6510731.
HSL color Cylindrical-coordinate representation of color #8B5863: hue angle of 347.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5863 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 99 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.45 |
| HSL | 347.06º | 0.22% | 0.45% | - |
| HSV(B) | 347.06º | 0.37% | 0.55% | - |
| XYZ | 16.39 | 13.37 | 13.52 | - |
| YUV | 104.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 99 | 0 | 0.37 | 0.29 | 0.45 | 347.06 | 0.22 | 0.45 |
| Hex | 8B | 58 | 63 | 0 | 25 | 1D | 2D | 15B | 16 | 2D |
| Octal | 213 | 130 | 143 | 0 | 45 | 35 | 55 | 533 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1100011 | 0 | 100101 | 11101 | 101101 | 101011011 | 10110 | 101101 |
Color Harmonies of #8B5863
Complementary color
Monochromatic Colors of #8B5863
Black with #8B5863
Text Example
Text Example
White with #8B5863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5863; }
p { color: rgb(139,88,99); }
H1.HeaderClassName
{
color: #8B5863;
}
.AnyTagClassName
{
color: #8B5863;
}
</style>
background-color css
<style>
a { background-color: #8B5863; }
a { background-color: rgb(139,88,99); }
div.DivClassName
{
background-color: #8B5863;
}
.BgClassName
{
background-color: #8B5863;
}
</style>
border-color css
<style>
span { border-color: #8B5863; }
span { border-color: rgb(139,88,99); }
td.TdClassName
{
border-color: #8B5863;
}
.TagClassName
{
border-color: #8B5863;
}
</style>