Shades of Cannon Pink #8C576E
Tints of Cannon Pink #8C576E
RGB
CMYK
RGB Variations
Color information
#8C576E (or 0x8C576E) is known color: Cannon Pink. HEX triplet: 8C, 57 and 6E. RGB value is (140,87,110). Sum of RGB (Red+Green+Blue) = 140+87+110=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576E is #73A891. Grayscale: #696969. Windows color (decimal): -7579794 or 7231372. OLE color: 7231372.
HSL color Cylindrical-coordinate representation of color #8C576E: hue angle of 333.96º 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 #8C576E is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 110 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.45 |
| HSL | 333.96º | 0.23% | 0.45% | - |
| HSV(B) | 333.96º | 0.38% | 0.55% | - |
| XYZ | 17.04 | 13.52 | 16.46 | - |
| YUV | 105.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 110 | 0 | 0.38 | 0.21 | 0.45 | 333.96 | 0.23 | 0.45 |
| Hex | 8C | 57 | 6E | 0 | 26 | 15 | 2D | 14E | 17 | 2D |
| Octal | 214 | 127 | 156 | 0 | 46 | 25 | 55 | 516 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1101110 | 0 | 100110 | 10101 | 101101 | 101001110 | 10111 | 101101 |
Color Harmonies of #8C576E
Complementary color
Monochromatic Colors of #8C576E
Black with #8C576E
Text Example
Text Example
White with #8C576E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C576E; }
p { color: rgb(140,87,110); }
H1.HeaderClassName
{
color: #8C576E;
}
.AnyTagClassName
{
color: #8C576E;
}
</style>
background-color css
<style>
a { background-color: #8C576E; }
a { background-color: rgb(140,87,110); }
div.DivClassName
{
background-color: #8C576E;
}
.BgClassName
{
background-color: #8C576E;
}
</style>
border-color css
<style>
span { border-color: #8C576E; }
span { border-color: rgb(140,87,110); }
td.TdClassName
{
border-color: #8C576E;
}
.TagClassName
{
border-color: #8C576E;
}
</style>