Shades of Cannon Pink #8B505C
Tints of Cannon Pink #8B505C
RGB
CMYK
RGB Variations
Color information
#8B505C (or 0x8B505C) is known color: Cannon Pink. HEX triplet: 8B, 50 and 5C. RGB value is (139,80,92). Sum of RGB (Red+Green+Blue) = 139+80+92=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B505C is #74AFA3. Grayscale: #636363. Windows color (decimal): -7647140 or 6049931. OLE color: 6049931.
HSL color Cylindrical-coordinate representation of color #8B505C: hue angle of 347.8º 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 #8B505C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 92 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.45 |
| HSL | 347.8º | 0.27% | 0.43% | - |
| HSV(B) | 347.8º | 0.42% | 0.55% | - |
| XYZ | 15.45 | 12 | 11.63 | - |
| YUV | 99.01 | 124.05 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 92 | 0 | 0.42 | 0.34 | 0.45 | 347.8 | 0.27 | 0.43 |
| Hex | 8B | 50 | 5C | 0 | 2A | 22 | 2D | 15C | 1B | 2B |
| Octal | 213 | 120 | 134 | 0 | 52 | 42 | 55 | 534 | 33 | 53 |
| Binary | 10001011 | 1010000 | 1011100 | 0 | 101010 | 100010 | 101101 | 101011100 | 11011 | 101011 |
Color Harmonies of #8B505C
Complementary color
Monochromatic Colors of #8B505C
Black with #8B505C
Text Example
Text Example
White with #8B505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B505C; }
p { color: rgb(139,80,92); }
H1.HeaderClassName
{
color: #8B505C;
}
.AnyTagClassName
{
color: #8B505C;
}
</style>
background-color css
<style>
a { background-color: #8B505C; }
a { background-color: rgb(139,80,92); }
div.DivClassName
{
background-color: #8B505C;
}
.BgClassName
{
background-color: #8B505C;
}
</style>
border-color css
<style>
span { border-color: #8B505C; }
span { border-color: rgb(139,80,92); }
td.TdClassName
{
border-color: #8B505C;
}
.TagClassName
{
border-color: #8B505C;
}
</style>