Shades of Cannon Pink #8C5763
Tints of Cannon Pink #8C5763
RGB
CMYK
RGB Variations
Color information
#8C5763 (or 0x8C5763) is known color: Cannon Pink. HEX triplet: 8C, 57 and 63. RGB value is (140,87,99). Sum of RGB (Red+Green+Blue) = 140+87+99=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5763 is #73A89C. Grayscale: #686868. Windows color (decimal): -7579805 or 6510476. OLE color: 6510476.
HSL color Cylindrical-coordinate representation of color #8C5763: hue angle of 346.42º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8C5763 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 99 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.45 |
| HSL | 346.42º | 0.23% | 0.45% | - |
| HSV(B) | 346.42º | 0.38% | 0.55% | - |
| XYZ | 16.48 | 13.29 | 13.5 | - |
| YUV | 104.22 | 125.06 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 99 | 0 | 0.38 | 0.29 | 0.45 | 346.42 | 0.23 | 0.45 |
| Hex | 8C | 57 | 63 | 0 | 26 | 1D | 2D | 15A | 17 | 2D |
| Octal | 214 | 127 | 143 | 0 | 46 | 35 | 55 | 532 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1100011 | 0 | 100110 | 11101 | 101101 | 101011010 | 10111 | 101101 |
Color Harmonies of #8C5763
Complementary color
Monochromatic Colors of #8C5763
Black with #8C5763
Text Example
Text Example
White with #8C5763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5763; }
p { color: rgb(140,87,99); }
H1.HeaderClassName
{
color: #8C5763;
}
.AnyTagClassName
{
color: #8C5763;
}
</style>
background-color css
<style>
a { background-color: #8C5763; }
a { background-color: rgb(140,87,99); }
div.DivClassName
{
background-color: #8C5763;
}
.BgClassName
{
background-color: #8C5763;
}
</style>
border-color css
<style>
span { border-color: #8C5763; }
span { border-color: rgb(140,87,99); }
td.TdClassName
{
border-color: #8C5763;
}
.TagClassName
{
border-color: #8C5763;
}
</style>