Shades of Cannon Pink #8C576F
Tints of Cannon Pink #8C576F
RGB
CMYK
RGB Variations
Color information
#8C576F (or 0x8C576F) is known color: Cannon Pink. HEX triplet: 8C, 57 and 6F. RGB value is (140,87,111). Sum of RGB (Red+Green+Blue) = 140+87+111=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576F is #73A890. Grayscale: #696969. Windows color (decimal): -7579793 or 7296908. OLE color: 7296908.
HSL color Cylindrical-coordinate representation of color #8C576F: hue angle of 332.83º 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 #8C576F is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 111 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.45 |
| HSL | 332.83º | 0.23% | 0.45% | - |
| HSV(B) | 332.83º | 0.38% | 0.55% | - |
| XYZ | 17.09 | 13.54 | 16.75 | - |
| YUV | 105.58 | 131.06 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 111 | 0 | 0.38 | 0.21 | 0.45 | 332.83 | 0.23 | 0.45 |
| Hex | 8C | 57 | 6F | 0 | 26 | 15 | 2D | 14D | 17 | 2D |
| Octal | 214 | 127 | 157 | 0 | 46 | 25 | 55 | 515 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1101111 | 0 | 100110 | 10101 | 101101 | 101001101 | 10111 | 101101 |
Color Harmonies of #8C576F
Complementary color
Monochromatic Colors of #8C576F
Black with #8C576F
Text Example
Text Example
White with #8C576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C576F; }
p { color: rgb(140,87,111); }
H1.HeaderClassName
{
color: #8C576F;
}
.AnyTagClassName
{
color: #8C576F;
}
</style>
background-color css
<style>
a { background-color: #8C576F; }
a { background-color: rgb(140,87,111); }
div.DivClassName
{
background-color: #8C576F;
}
.BgClassName
{
background-color: #8C576F;
}
</style>
border-color css
<style>
span { border-color: #8C576F; }
span { border-color: rgb(140,87,111); }
td.TdClassName
{
border-color: #8C576F;
}
.TagClassName
{
border-color: #8C576F;
}
</style>