Shades of Cannon Pink #8B4963
Tints of Cannon Pink #8B4963
RGB
CMYK
RGB Variations
Color information
#8B4963 (or 0x8B4963) is known color: Cannon Pink. HEX triplet: 8B, 49 and 63. RGB value is (139,73,99). Sum of RGB (Red+Green+Blue) = 139+73+99=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4963 is #74B69C. Grayscale: #5F5F5F. Windows color (decimal): -7648925 or 6506891. OLE color: 6506891.
HSL color Cylindrical-coordinate representation of color #8B4963: hue angle of 336.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4963 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 73 | 99 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.45 |
| HSL | 336.36º | 0.31% | 0.42% | - |
| HSV(B) | 336.36º | 0.47% | 0.55% | - |
| XYZ | 15.28 | 11.15 | 13.15 | - |
| YUV | 95.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 73 | 99 | 0 | 0.47 | 0.29 | 0.45 | 336.36 | 0.31 | 0.42 |
| Hex | 8B | 49 | 63 | 0 | 2F | 1D | 2D | 150 | 1F | 2A |
| Octal | 213 | 111 | 143 | 0 | 57 | 35 | 55 | 520 | 37 | 52 |
| Binary | 10001011 | 1001001 | 1100011 | 0 | 101111 | 11101 | 101101 | 101010000 | 11111 | 101010 |
Color Harmonies of #8B4963
Complementary color
Monochromatic Colors of #8B4963
Black with #8B4963
Text Example
Text Example
White with #8B4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4963; }
p { color: rgb(139,73,99); }
H1.HeaderClassName
{
color: #8B4963;
}
.AnyTagClassName
{
color: #8B4963;
}
</style>
background-color css
<style>
a { background-color: #8B4963; }
a { background-color: rgb(139,73,99); }
div.DivClassName
{
background-color: #8B4963;
}
.BgClassName
{
background-color: #8B4963;
}
</style>
border-color css
<style>
span { border-color: #8B4963; }
span { border-color: rgb(139,73,99); }
td.TdClassName
{
border-color: #8B4963;
}
.TagClassName
{
border-color: #8B4963;
}
</style>