Shades of Cannon Pink #8B5865
Tints of Cannon Pink #8B5865
RGB
CMYK
RGB Variations
Color information
#8B5865 (or 0x8B5865) is known color: Cannon Pink. HEX triplet: 8B, 58 and 65. RGB value is (139,88,101). Sum of RGB (Red+Green+Blue) = 139+88+101=328 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.38% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5865 is #74A79A. Grayscale: #686868. Windows color (decimal): -7645083 or 6641803. OLE color: 6641803.
HSL color Cylindrical-coordinate representation of color #8B5865: hue angle of 344.71º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5865 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 101 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.45 |
| HSL | 344.71º | 0.22% | 0.45% | - |
| HSV(B) | 344.71º | 0.37% | 0.55% | - |
| XYZ | 16.49 | 13.41 | 14.03 | - |
| YUV | 104.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 101 | 0 | 0.37 | 0.27 | 0.45 | 344.71 | 0.22 | 0.45 |
| Hex | 8B | 58 | 65 | 0 | 25 | 1B | 2D | 159 | 16 | 2D |
| Octal | 213 | 130 | 145 | 0 | 45 | 33 | 55 | 531 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1100101 | 0 | 100101 | 11011 | 101101 | 101011001 | 10110 | 101101 |
Color Harmonies of #8B5865
Complementary color
Monochromatic Colors of #8B5865
Black with #8B5865
Text Example
Text Example
White with #8B5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5865; }
p { color: rgb(139,88,101); }
H1.HeaderClassName
{
color: #8B5865;
}
.AnyTagClassName
{
color: #8B5865;
}
</style>
background-color css
<style>
a { background-color: #8B5865; }
a { background-color: rgb(139,88,101); }
div.DivClassName
{
background-color: #8B5865;
}
.BgClassName
{
background-color: #8B5865;
}
</style>
border-color css
<style>
span { border-color: #8B5865; }
span { border-color: rgb(139,88,101); }
td.TdClassName
{
border-color: #8B5865;
}
.TagClassName
{
border-color: #8B5865;
}
</style>