Shades of Cannon Pink #8B4E5C
Tints of Cannon Pink #8B4E5C
RGB
CMYK
RGB Variations
Color information
#8B4E5C (or 0x8B4E5C) is known color: Cannon Pink. HEX triplet: 8B, 4E and 5C. RGB value is (139,78,92). Sum of RGB (Red+Green+Blue) = 139+78+92=309 (40% of max value = 765). Red value is 139 (54.69% from 255 or 44.98% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E5C is #74B1A3. Grayscale: #616161. Windows color (decimal): -7647652 or 6049419. OLE color: 6049419.
HSL color Cylindrical-coordinate representation of color #8B4E5C: hue angle of 346.23º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E5C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 92 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.45 |
| HSL | 346.23º | 0.28% | 0.43% | - |
| HSV(B) | 346.23º | 0.44% | 0.55% | - |
| XYZ | 15.3 | 11.71 | 11.58 | - |
| YUV | 97.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 92 | 0 | 0.44 | 0.34 | 0.45 | 346.23 | 0.28 | 0.43 |
| Hex | 8B | 4E | 5C | 0 | 2C | 22 | 2D | 15A | 1C | 2B |
| Octal | 213 | 116 | 134 | 0 | 54 | 42 | 55 | 532 | 34 | 53 |
| Binary | 10001011 | 1001110 | 1011100 | 0 | 101100 | 100010 | 101101 | 101011010 | 11100 | 101011 |
Color Harmonies of #8B4E5C
Complementary color
Monochromatic Colors of #8B4E5C
Black with #8B4E5C
Text Example
Text Example
White with #8B4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E5C; }
p { color: rgb(139,78,92); }
H1.HeaderClassName
{
color: #8B4E5C;
}
.AnyTagClassName
{
color: #8B4E5C;
}
</style>
background-color css
<style>
a { background-color: #8B4E5C; }
a { background-color: rgb(139,78,92); }
div.DivClassName
{
background-color: #8B4E5C;
}
.BgClassName
{
background-color: #8B4E5C;
}
</style>
border-color css
<style>
span { border-color: #8B4E5C; }
span { border-color: rgb(139,78,92); }
td.TdClassName
{
border-color: #8B4E5C;
}
.TagClassName
{
border-color: #8B4E5C;
}
</style>