Shades of Cannon Pink #8B465F
Tints of Cannon Pink #8B465F
RGB
CMYK
RGB Variations
Color information
#8B465F (or 0x8B465F) is known color: Cannon Pink. HEX triplet: 8B, 46 and 5F. RGB value is (139,70,95). Sum of RGB (Red+Green+Blue) = 139+70+95=304 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.72% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 139 - color contains mainly: red. Hex color #8B465F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B465F is #74B9A0. Grayscale: #5D5D5D. Windows color (decimal): -7649697 or 6243979. OLE color: 6243979.
HSL color Cylindrical-coordinate representation of color #8B465F: hue angle of 338.26º 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 #8B465F is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 95 | - |
| CMYK | 0 | 0.50 | 0.32 | 0.45 |
| HSL | 338.26º | 0.33% | 0.41% | - |
| HSV(B) | 338.26º | 0.5% | 0.55% | - |
| XYZ | 14.9 | 10.7 | 12.11 | - |
| YUV | 93.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 95 | 0 | 0.50 | 0.32 | 0.45 | 338.26 | 0.33 | 0.41 |
| Hex | 8B | 46 | 5F | 0 | 32 | 20 | 2D | 152 | 21 | 29 |
| Octal | 213 | 106 | 137 | 0 | 62 | 40 | 55 | 522 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1011111 | 0 | 110010 | 100000 | 101101 | 101010010 | 100001 | 101001 |
Color Harmonies of #8B465F
Complementary color
Monochromatic Colors of #8B465F
Black with #8B465F
Text Example
Text Example
White with #8B465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B465F; }
p { color: rgb(139,70,95); }
H1.HeaderClassName
{
color: #8B465F;
}
.AnyTagClassName
{
color: #8B465F;
}
</style>
background-color css
<style>
a { background-color: #8B465F; }
a { background-color: rgb(139,70,95); }
div.DivClassName
{
background-color: #8B465F;
}
.BgClassName
{
background-color: #8B465F;
}
</style>
border-color css
<style>
span { border-color: #8B465F; }
span { border-color: rgb(139,70,95); }
td.TdClassName
{
border-color: #8B465F;
}
.TagClassName
{
border-color: #8B465F;
}
</style>