Shades of Cannon Pink #8B465B
Tints of Cannon Pink #8B465B
RGB
CMYK
RGB Variations
Color information
#8B465B (or 0x8B465B) is known color: Cannon Pink. HEX triplet: 8B, 46 and 5B. RGB value is (139,70,91). Sum of RGB (Red+Green+Blue) = 139+70+91=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B465B is #74B9A4. Grayscale: #5D5D5D. Windows color (decimal): -7649701 or 5981835. OLE color: 5981835.
HSL color Cylindrical-coordinate representation of color #8B465B: hue angle of 341.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B465B is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 91 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.45 |
| HSL | 341.74º | 0.33% | 0.41% | - |
| HSV(B) | 341.74º | 0.5% | 0.55% | - |
| XYZ | 14.73 | 10.62 | 11.17 | - |
| YUV | 93.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 91 | 0 | 0.50 | 0.35 | 0.45 | 341.74 | 0.33 | 0.41 |
| Hex | 8B | 46 | 5B | 0 | 32 | 23 | 2D | 156 | 21 | 29 |
| Octal | 213 | 106 | 133 | 0 | 62 | 43 | 55 | 526 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1011011 | 0 | 110010 | 100011 | 101101 | 101010110 | 100001 | 101001 |
Color Harmonies of #8B465B
Complementary color
Monochromatic Colors of #8B465B
Black with #8B465B
Text Example
Text Example
White with #8B465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B465B; }
p { color: rgb(139,70,91); }
H1.HeaderClassName
{
color: #8B465B;
}
.AnyTagClassName
{
color: #8B465B;
}
</style>
background-color css
<style>
a { background-color: #8B465B; }
a { background-color: rgb(139,70,91); }
div.DivClassName
{
background-color: #8B465B;
}
.BgClassName
{
background-color: #8B465B;
}
</style>
border-color css
<style>
span { border-color: #8B465B; }
span { border-color: rgb(139,70,91); }
td.TdClassName
{
border-color: #8B465B;
}
.TagClassName
{
border-color: #8B465B;
}
</style>