Shades of Cannon Pink #8B5761
Tints of Cannon Pink #8B5761
RGB
CMYK
RGB Variations
Color information
#8B5761 (or 0x8B5761) is known color: Cannon Pink. HEX triplet: 8B, 57 and 61. RGB value is (139,87,97). Sum of RGB (Red+Green+Blue) = 139+87+97=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5761 is #74A89E. Grayscale: #676767. Windows color (decimal): -7645343 or 6379403. OLE color: 6379403.
HSL color Cylindrical-coordinate representation of color #8B5761: hue angle of 348.46º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5761 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 97 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.45 |
| HSL | 348.46º | 0.23% | 0.44% | - |
| HSV(B) | 348.46º | 0.37% | 0.55% | - |
| XYZ | 16.21 | 13.17 | 13 | - |
| YUV | 103.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 97 | 0 | 0.37 | 0.30 | 0.45 | 348.46 | 0.23 | 0.44 |
| Hex | 8B | 57 | 61 | 0 | 25 | 1E | 2D | 15C | 17 | 2C |
| Octal | 213 | 127 | 141 | 0 | 45 | 36 | 55 | 534 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1100001 | 0 | 100101 | 11110 | 101101 | 101011100 | 10111 | 101100 |
Color Harmonies of #8B5761
Complementary color
Monochromatic Colors of #8B5761
Black with #8B5761
Text Example
Text Example
White with #8B5761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5761; }
p { color: rgb(139,87,97); }
H1.HeaderClassName
{
color: #8B5761;
}
.AnyTagClassName
{
color: #8B5761;
}
</style>
background-color css
<style>
a { background-color: #8B5761; }
a { background-color: rgb(139,87,97); }
div.DivClassName
{
background-color: #8B5761;
}
.BgClassName
{
background-color: #8B5761;
}
</style>
border-color css
<style>
span { border-color: #8B5761; }
span { border-color: rgb(139,87,97); }
td.TdClassName
{
border-color: #8B5761;
}
.TagClassName
{
border-color: #8B5761;
}
</style>