Shades of Cannon Pink #8B466C
Tints of Cannon Pink #8B466C
RGB
CMYK
RGB Variations
Color information
#8B466C (or 0x8B466C) is known color: Cannon Pink. HEX triplet: 8B, 46 and 6C. RGB value is (139,70,108). Sum of RGB (Red+Green+Blue) = 139+70+108=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B466C is #74B993. Grayscale: #5E5E5E. Windows color (decimal): -7649684 or 7095947. OLE color: 7095947.
HSL color Cylindrical-coordinate representation of color #8B466C: hue angle of 326.96º 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 #8B466C is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 70 | 108 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.45 |
| HSL | 326.96º | 0.33% | 0.41% | - |
| HSV(B) | 326.96º | 0.5% | 0.55% | - |
| XYZ | 15.54 | 10.95 | 15.48 | - |
| YUV | 94.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 70 | 108 | 0 | 0.50 | 0.22 | 0.45 | 326.96 | 0.33 | 0.41 |
| Hex | 8B | 46 | 6C | 0 | 32 | 16 | 2D | 147 | 21 | 29 |
| Octal | 213 | 106 | 154 | 0 | 62 | 26 | 55 | 507 | 41 | 51 |
| Binary | 10001011 | 1000110 | 1101100 | 0 | 110010 | 10110 | 101101 | 101000111 | 100001 | 101001 |
Color Harmonies of #8B466C
Complementary color
Monochromatic Colors of #8B466C
Black with #8B466C
Text Example
Text Example
White with #8B466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B466C; }
p { color: rgb(139,70,108); }
H1.HeaderClassName
{
color: #8B466C;
}
.AnyTagClassName
{
color: #8B466C;
}
</style>
background-color css
<style>
a { background-color: #8B466C; }
a { background-color: rgb(139,70,108); }
div.DivClassName
{
background-color: #8B466C;
}
.BgClassName
{
background-color: #8B466C;
}
</style>
border-color css
<style>
span { border-color: #8B466C; }
span { border-color: rgb(139,70,108); }
td.TdClassName
{
border-color: #8B466C;
}
.TagClassName
{
border-color: #8B466C;
}
</style>