Shades of Cannon Pink #8B4857
Tints of Cannon Pink #8B4857
RGB
CMYK
RGB Variations
Color information
#8B4857 (or 0x8B4857) is known color: Cannon Pink. HEX triplet: 8B, 48 and 57. RGB value is (139,72,87). Sum of RGB (Red+Green+Blue) = 139+72+87=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4857 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4857 is #74B7A8. Grayscale: #5D5D5D. Windows color (decimal): -7649193 or 5720203. OLE color: 5720203.
HSL color Cylindrical-coordinate representation of color #8B4857: hue angle of 346.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B4857 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 87 | - |
| CMYK | 0 | 0.48 | 0.37 | 0.45 |
| HSL | 346.57º | 0.32% | 0.41% | - |
| HSV(B) | 346.57º | 0.48% | 0.55% | - |
| XYZ | 14.69 | 10.81 | 10.33 | - |
| YUV | 93.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 87 | 0 | 0.48 | 0.37 | 0.45 | 346.57 | 0.32 | 0.41 |
| Hex | 8B | 48 | 57 | 0 | 30 | 25 | 2D | 15B | 20 | 29 |
| Octal | 213 | 110 | 127 | 0 | 60 | 45 | 55 | 533 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1010111 | 0 | 110000 | 100101 | 101101 | 101011011 | 100000 | 101001 |
Color Harmonies of #8B4857
Complementary color
Monochromatic Colors of #8B4857
Black with #8B4857
Text Example
Text Example
White with #8B4857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4857; }
p { color: rgb(139,72,87); }
H1.HeaderClassName
{
color: #8B4857;
}
.AnyTagClassName
{
color: #8B4857;
}
</style>
background-color css
<style>
a { background-color: #8B4857; }
a { background-color: rgb(139,72,87); }
div.DivClassName
{
background-color: #8B4857;
}
.BgClassName
{
background-color: #8B4857;
}
</style>
border-color css
<style>
span { border-color: #8B4857; }
span { border-color: rgb(139,72,87); }
td.TdClassName
{
border-color: #8B4857;
}
.TagClassName
{
border-color: #8B4857;
}
</style>