Shades of Cannon Pink #8C5563
Tints of Cannon Pink #8C5563
RGB
CMYK
RGB Variations
Color information
#8C5563 (or 0x8C5563) is known color: Cannon Pink. HEX triplet: 8C, 55 and 63. RGB value is (140,85,99). Sum of RGB (Red+Green+Blue) = 140+85+99=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5563 is #73AA9C. Grayscale: #676767. Windows color (decimal): -7580317 or 6509964. OLE color: 6509964.
HSL color Cylindrical-coordinate representation of color #8C5563: hue angle of 344.73º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5563 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 99 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.45 |
| HSL | 344.73º | 0.24% | 0.44% | - |
| HSV(B) | 344.73º | 0.39% | 0.55% | - |
| XYZ | 16.32 | 12.97 | 13.45 | - |
| YUV | 103.04 | 125.72 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 99 | 0 | 0.39 | 0.29 | 0.45 | 344.73 | 0.24 | 0.44 |
| Hex | 8C | 55 | 63 | 0 | 27 | 1D | 2D | 159 | 18 | 2C |
| Octal | 214 | 125 | 143 | 0 | 47 | 35 | 55 | 531 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1100011 | 0 | 100111 | 11101 | 101101 | 101011001 | 11000 | 101100 |
Color Harmonies of #8C5563
Complementary color
Monochromatic Colors of #8C5563
Black with #8C5563
Text Example
Text Example
White with #8C5563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5563; }
p { color: rgb(140,85,99); }
H1.HeaderClassName
{
color: #8C5563;
}
.AnyTagClassName
{
color: #8C5563;
}
</style>
background-color css
<style>
a { background-color: #8C5563; }
a { background-color: rgb(140,85,99); }
div.DivClassName
{
background-color: #8C5563;
}
.BgClassName
{
background-color: #8C5563;
}
</style>
border-color css
<style>
span { border-color: #8C5563; }
span { border-color: rgb(140,85,99); }
td.TdClassName
{
border-color: #8C5563;
}
.TagClassName
{
border-color: #8C5563;
}
</style>