Shades of Cannon Pink #8B466A
Tints of Cannon Pink #8B466A
RGB
CMYK
RGB Variations
Color information
#8B466A (or 0x8B466A) is known color: Cannon Pink. HEX triplet: 8B, 46 and 6A. RGB value is (139,70,106). Sum of RGB (Red+Green+Blue) = 139+70+106=315 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.13% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466A is #74B995. Grayscale: #5E5E5E. Windows color (decimal): -7649686 or 6964875. OLE color: 6964875.
HSL color Cylindrical-coordinate representation of color #8B466A: hue angle of 328.7º 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 #8B466A is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 106 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.45 |
| HSL | 328.7º | 0.33% | 0.41% | - |
| HSV(B) | 328.7º | 0.5% | 0.55% | - |
| XYZ | 15.44 | 10.91 | 14.93 | - |
| YUV | 94.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 106 | 0 | 0.50 | 0.24 | 0.45 | 328.7 | 0.33 | 0.41 |
| Hex | 8B | 46 | 6A | 0 | 32 | 18 | 2D | 149 | 21 | 29 |
| Octal | 213 | 106 | 152 | 0 | 62 | 30 | 55 | 511 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1101010 | 0 | 110010 | 11000 | 101101 | 101001001 | 100001 | 101001 |
Color Harmonies of #8B466A
Complementary color
Monochromatic Colors of #8B466A
Black with #8B466A
Text Example
Text Example
White with #8B466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B466A; }
p { color: rgb(139,70,106); }
H1.HeaderClassName
{
color: #8B466A;
}
.AnyTagClassName
{
color: #8B466A;
}
</style>
background-color css
<style>
a { background-color: #8B466A; }
a { background-color: rgb(139,70,106); }
div.DivClassName
{
background-color: #8B466A;
}
.BgClassName
{
background-color: #8B466A;
}
</style>
border-color css
<style>
span { border-color: #8B466A; }
span { border-color: rgb(139,70,106); }
td.TdClassName
{
border-color: #8B466A;
}
.TagClassName
{
border-color: #8B466A;
}
</style>