Shades of Cannon Pink #8B506A
Tints of Cannon Pink #8B506A
RGB
CMYK
RGB Variations
Color information
#8B506A (or 0x8B506A) is known color: Cannon Pink. HEX triplet: 8B, 50 and 6A. RGB value is (139,80,106). Sum of RGB (Red+Green+Blue) = 139+80+106=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B506A is #74AF95. Grayscale: #646464. Windows color (decimal): -7647126 or 6967435. OLE color: 6967435.
HSL color Cylindrical-coordinate representation of color #8B506A: hue angle of 333.56º 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 #8B506A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 106 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.45 |
| HSL | 333.56º | 0.27% | 0.43% | - |
| HSV(B) | 333.56º | 0.42% | 0.55% | - |
| XYZ | 16.12 | 12.27 | 15.15 | - |
| YUV | 100.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 106 | 0 | 0.42 | 0.24 | 0.45 | 333.56 | 0.27 | 0.43 |
| Hex | 8B | 50 | 6A | 0 | 2A | 18 | 2D | 14E | 1B | 2B |
| Octal | 213 | 120 | 152 | 0 | 52 | 30 | 55 | 516 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1101010 | 0 | 101010 | 11000 | 101101 | 101001110 | 11011 | 101011 |
Color Harmonies of #8B506A
Complementary color
Monochromatic Colors of #8B506A
Black with #8B506A
Text Example
Text Example
White with #8B506A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B506A; }
p { color: rgb(139,80,106); }
H1.HeaderClassName
{
color: #8B506A;
}
.AnyTagClassName
{
color: #8B506A;
}
</style>
background-color css
<style>
a { background-color: #8B506A; }
a { background-color: rgb(139,80,106); }
div.DivClassName
{
background-color: #8B506A;
}
.BgClassName
{
background-color: #8B506A;
}
</style>
border-color css
<style>
span { border-color: #8B506A; }
span { border-color: rgb(139,80,106); }
td.TdClassName
{
border-color: #8B506A;
}
.TagClassName
{
border-color: #8B506A;
}
</style>