Shades of Cannon Pink #8B5665
Tints of Cannon Pink #8B5665
RGB
CMYK
RGB Variations
Color information
#8B5665 (or 0x8B5665) is known color: Cannon Pink. HEX triplet: 8B, 56 and 65. RGB value is (139,86,101). Sum of RGB (Red+Green+Blue) = 139+86+101=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5665 is #74A99A. Grayscale: #676767. Windows color (decimal): -7645595 or 6641291. OLE color: 6641291.
HSL color Cylindrical-coordinate representation of color #8B5665: hue angle of 343.02º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5665 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 101 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.45 |
| HSL | 343.02º | 0.24% | 0.44% | - |
| HSV(B) | 343.02º | 0.38% | 0.55% | - |
| XYZ | 16.32 | 13.08 | 13.98 | - |
| YUV | 103.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 101 | 0 | 0.38 | 0.27 | 0.45 | 343.02 | 0.24 | 0.44 |
| Hex | 8B | 56 | 65 | 0 | 26 | 1B | 2D | 157 | 18 | 2C |
| Octal | 213 | 126 | 145 | 0 | 46 | 33 | 55 | 527 | 30 | 54 |
| Binary | 10001011 | 1010110 | 1100101 | 0 | 100110 | 11011 | 101101 | 101010111 | 11000 | 101100 |
Color Harmonies of #8B5665
Complementary color
Monochromatic Colors of #8B5665
Black with #8B5665
Text Example
Text Example
White with #8B5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5665; }
p { color: rgb(139,86,101); }
H1.HeaderClassName
{
color: #8B5665;
}
.AnyTagClassName
{
color: #8B5665;
}
</style>
background-color css
<style>
a { background-color: #8B5665; }
a { background-color: rgb(139,86,101); }
div.DivClassName
{
background-color: #8B5665;
}
.BgClassName
{
background-color: #8B5665;
}
</style>
border-color css
<style>
span { border-color: #8B5665; }
span { border-color: rgb(139,86,101); }
td.TdClassName
{
border-color: #8B5665;
}
.TagClassName
{
border-color: #8B5665;
}
</style>