Shades of Cannon Pink #8B506B
Tints of Cannon Pink #8B506B
RGB
CMYK
RGB Variations
Color information
#8B506B (or 0x8B506B) is known color: Cannon Pink. HEX triplet: 8B, 50 and 6B. RGB value is (139,80,107). Sum of RGB (Red+Green+Blue) = 139+80+107=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506B is #74AF94. Grayscale: #646464. Windows color (decimal): -7647125 or 7032971. OLE color: 7032971.
HSL color Cylindrical-coordinate representation of color #8B506B: hue angle of 332.54º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B506B is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 107 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.45 |
| HSL | 332.54º | 0.27% | 0.43% | - |
| HSV(B) | 332.54º | 0.42% | 0.55% | - |
| XYZ | 16.17 | 12.29 | 15.43 | - |
| YUV | 100.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 107 | 0 | 0.42 | 0.23 | 0.45 | 332.54 | 0.27 | 0.43 |
| Hex | 8B | 50 | 6B | 0 | 2A | 17 | 2D | 14D | 1B | 2B |
| Octal | 213 | 120 | 153 | 0 | 52 | 27 | 55 | 515 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1101011 | 0 | 101010 | 10111 | 101101 | 101001101 | 11011 | 101011 |
Color Harmonies of #8B506B
Complementary color
Monochromatic Colors of #8B506B
Black with #8B506B
Text Example
Text Example
White with #8B506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B506B; }
p { color: rgb(139,80,107); }
H1.HeaderClassName
{
color: #8B506B;
}
.AnyTagClassName
{
color: #8B506B;
}
</style>
background-color css
<style>
a { background-color: #8B506B; }
a { background-color: rgb(139,80,107); }
div.DivClassName
{
background-color: #8B506B;
}
.BgClassName
{
background-color: #8B506B;
}
</style>
border-color css
<style>
span { border-color: #8B506B; }
span { border-color: rgb(139,80,107); }
td.TdClassName
{
border-color: #8B506B;
}
.TagClassName
{
border-color: #8B506B;
}
</style>