Shades of Cannon Pink #8B506C
Tints of Cannon Pink #8B506C
RGB
CMYK
RGB Variations
Color information
#8B506C (or 0x8B506C) is known color: Cannon Pink. HEX triplet: 8B, 50 and 6C. RGB value is (139,80,108). Sum of RGB (Red+Green+Blue) = 139+80+108=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506C is #74AF93. Grayscale: #646464. Windows color (decimal): -7647124 or 7098507. OLE color: 7098507.
HSL color Cylindrical-coordinate representation of color #8B506C: hue angle of 331.53º 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 #8B506C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 108 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.45 |
| HSL | 331.53º | 0.27% | 0.43% | - |
| HSV(B) | 331.53º | 0.42% | 0.55% | - |
| XYZ | 16.22 | 12.31 | 15.71 | - |
| YUV | 100.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 108 | 0 | 0.42 | 0.22 | 0.45 | 331.53 | 0.27 | 0.43 |
| Hex | 8B | 50 | 6C | 0 | 2A | 16 | 2D | 14C | 1B | 2B |
| Octal | 213 | 120 | 154 | 0 | 52 | 26 | 55 | 514 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1101100 | 0 | 101010 | 10110 | 101101 | 101001100 | 11011 | 101011 |
Color Harmonies of #8B506C
Complementary color
Monochromatic Colors of #8B506C
Black with #8B506C
Text Example
Text Example
White with #8B506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B506C; }
p { color: rgb(139,80,108); }
H1.HeaderClassName
{
color: #8B506C;
}
.AnyTagClassName
{
color: #8B506C;
}
</style>
background-color css
<style>
a { background-color: #8B506C; }
a { background-color: rgb(139,80,108); }
div.DivClassName
{
background-color: #8B506C;
}
.BgClassName
{
background-color: #8B506C;
}
</style>
border-color css
<style>
span { border-color: #8B506C; }
span { border-color: rgb(139,80,108); }
td.TdClassName
{
border-color: #8B506C;
}
.TagClassName
{
border-color: #8B506C;
}
</style>