Shades of Cannon Pink #8C576B
Tints of Cannon Pink #8C576B
RGB
CMYK
RGB Variations
Color information
#8C576B (or 0x8C576B) is known color: Cannon Pink. HEX triplet: 8C, 57 and 6B. RGB value is (140,87,107). Sum of RGB (Red+Green+Blue) = 140+87+107=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576B is #73A894. Grayscale: #696969. Windows color (decimal): -7579797 or 7034764. OLE color: 7034764.
HSL color Cylindrical-coordinate representation of color #8C576B: hue angle of 337.36º 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 #8C576B is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 107 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.45 |
| HSL | 337.36º | 0.23% | 0.45% | - |
| HSV(B) | 337.36º | 0.38% | 0.55% | - |
| XYZ | 16.88 | 13.45 | 15.62 | - |
| YUV | 105.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 107 | 0 | 0.38 | 0.24 | 0.45 | 337.36 | 0.23 | 0.45 |
| Hex | 8C | 57 | 6B | 0 | 26 | 18 | 2D | 151 | 17 | 2D |
| Octal | 214 | 127 | 153 | 0 | 46 | 30 | 55 | 521 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1101011 | 0 | 100110 | 11000 | 101101 | 101010001 | 10111 | 101101 |
Color Harmonies of #8C576B
Complementary color
Monochromatic Colors of #8C576B
Black with #8C576B
Text Example
Text Example
White with #8C576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C576B; }
p { color: rgb(140,87,107); }
H1.HeaderClassName
{
color: #8C576B;
}
.AnyTagClassName
{
color: #8C576B;
}
</style>
background-color css
<style>
a { background-color: #8C576B; }
a { background-color: rgb(140,87,107); }
div.DivClassName
{
background-color: #8C576B;
}
.BgClassName
{
background-color: #8C576B;
}
</style>
border-color css
<style>
span { border-color: #8C576B; }
span { border-color: rgb(140,87,107); }
td.TdClassName
{
border-color: #8C576B;
}
.TagClassName
{
border-color: #8C576B;
}
</style>