Shades of Cannon Pink #8B505F
Tints of Cannon Pink #8B505F
RGB
CMYK
RGB Variations
Color information
#8B505F (or 0x8B505F) is known color: Cannon Pink. HEX triplet: 8B, 50 and 5F. RGB value is (139,80,95). Sum of RGB (Red+Green+Blue) = 139+80+95=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505F is #74AFA0. Grayscale: #636363. Windows color (decimal): -7647137 or 6246539. OLE color: 6246539.
HSL color Cylindrical-coordinate representation of color #8B505F: hue angle of 344.75º 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 #8B505F is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 95 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.45 |
| HSL | 344.75º | 0.27% | 0.43% | - |
| HSV(B) | 344.75º | 0.42% | 0.55% | - |
| XYZ | 15.58 | 12.05 | 12.33 | - |
| YUV | 99.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 95 | 0 | 0.42 | 0.32 | 0.45 | 344.75 | 0.27 | 0.43 |
| Hex | 8B | 50 | 5F | 0 | 2A | 20 | 2D | 159 | 1B | 2B |
| Octal | 213 | 120 | 137 | 0 | 52 | 40 | 55 | 531 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1011111 | 0 | 101010 | 100000 | 101101 | 101011001 | 11011 | 101011 |
Color Harmonies of #8B505F
Complementary color
Monochromatic Colors of #8B505F
Black with #8B505F
Text Example
Text Example
White with #8B505F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B505F; }
p { color: rgb(139,80,95); }
H1.HeaderClassName
{
color: #8B505F;
}
.AnyTagClassName
{
color: #8B505F;
}
</style>
background-color css
<style>
a { background-color: #8B505F; }
a { background-color: rgb(139,80,95); }
div.DivClassName
{
background-color: #8B505F;
}
.BgClassName
{
background-color: #8B505F;
}
</style>
border-color css
<style>
span { border-color: #8B505F; }
span { border-color: rgb(139,80,95); }
td.TdClassName
{
border-color: #8B505F;
}
.TagClassName
{
border-color: #8B505F;
}
</style>