Shades of Cannon Pink #8B4B5C
Tints of Cannon Pink #8B4B5C
RGB
CMYK
RGB Variations
Color information
#8B4B5C (or 0x8B4B5C) is known color: Cannon Pink. HEX triplet: 8B, 4B and 5C. RGB value is (139,75,92). Sum of RGB (Red+Green+Blue) = 139+75+92=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B5C is #74B4A3. Grayscale: #606060. Windows color (decimal): -7648420 or 6048651. OLE color: 6048651.
HSL color Cylindrical-coordinate representation of color #8B4B5C: hue angle of 344.06º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4B5C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 75 | 92 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.45 |
| HSL | 344.06º | 0.3% | 0.42% | - |
| HSV(B) | 344.06º | 0.46% | 0.55% | - |
| XYZ | 15.1 | 11.29 | 11.51 | - |
| YUV | 96.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 75 | 92 | 0 | 0.46 | 0.34 | 0.45 | 344.06 | 0.3 | 0.42 |
| Hex | 8B | 4B | 5C | 0 | 2E | 22 | 2D | 158 | 1E | 2A |
| Octal | 213 | 113 | 134 | 0 | 56 | 42 | 55 | 530 | 36 | 52 |
| Binary | 10001011 | 1001011 | 1011100 | 0 | 101110 | 100010 | 101101 | 101011000 | 11110 | 101010 |
Color Harmonies of #8B4B5C
Complementary color
Monochromatic Colors of #8B4B5C
Black with #8B4B5C
Text Example
Text Example
White with #8B4B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4B5C; }
p { color: rgb(139,75,92); }
H1.HeaderClassName
{
color: #8B4B5C;
}
.AnyTagClassName
{
color: #8B4B5C;
}
</style>
background-color css
<style>
a { background-color: #8B4B5C; }
a { background-color: rgb(139,75,92); }
div.DivClassName
{
background-color: #8B4B5C;
}
.BgClassName
{
background-color: #8B4B5C;
}
</style>
border-color css
<style>
span { border-color: #8B4B5C; }
span { border-color: rgb(139,75,92); }
td.TdClassName
{
border-color: #8B4B5C;
}
.TagClassName
{
border-color: #8B4B5C;
}
</style>