Shades of Cannon Pink #8B5967
Tints of Cannon Pink #8B5967
RGB
CMYK
RGB Variations
Color information
#8B5967 (or 0x8B5967) is known color: Cannon Pink. HEX triplet: 8B, 59 and 67. RGB value is (139,89,103). Sum of RGB (Red+Green+Blue) = 139+89+103=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5967 is #74A698. Grayscale: #696969. Windows color (decimal): -7644825 or 6773131. OLE color: 6773131.
HSL color Cylindrical-coordinate representation of color #8B5967: hue angle of 343.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B5967 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 89 | 103 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.45 |
| HSL | 343.2º | 0.22% | 0.45% | - |
| HSV(B) | 343.2º | 0.36% | 0.55% | - |
| XYZ | 16.67 | 13.61 | 14.58 | - |
| YUV | 105.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 103 | 0 | 0.36 | 0.26 | 0.45 | 343.2 | 0.22 | 0.45 |
| Hex | 8B | 59 | 67 | 0 | 24 | 1A | 2D | 157 | 16 | 2D |
| Octal | 213 | 131 | 147 | 0 | 44 | 32 | 55 | 527 | 26 | 55 |
| Binary | 10001011 | 1011001 | 1100111 | 0 | 100100 | 11010 | 101101 | 101010111 | 10110 | 101101 |
Color Harmonies of #8B5967
Complementary color
Monochromatic Colors of #8B5967
Black with #8B5967
Text Example
Text Example
White with #8B5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5967; }
p { color: rgb(139,89,103); }
H1.HeaderClassName
{
color: #8B5967;
}
.AnyTagClassName
{
color: #8B5967;
}
</style>
background-color css
<style>
a { background-color: #8B5967; }
a { background-color: rgb(139,89,103); }
div.DivClassName
{
background-color: #8B5967;
}
.BgClassName
{
background-color: #8B5967;
}
</style>
border-color css
<style>
span { border-color: #8B5967; }
span { border-color: rgb(139,89,103); }
td.TdClassName
{
border-color: #8B5967;
}
.TagClassName
{
border-color: #8B5967;
}
</style>