Shades of Cannon Pink #8C576C
Tints of Cannon Pink #8C576C
RGB
CMYK
RGB Variations
Color information
#8C576C (or 0x8C576C) is known color: Cannon Pink. HEX triplet: 8C, 57 and 6C. RGB value is (140,87,108). Sum of RGB (Red+Green+Blue) = 140+87+108=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C576C is #73A893. Grayscale: #696969. Windows color (decimal): -7579796 or 7100300. OLE color: 7100300.
HSL color Cylindrical-coordinate representation of color #8C576C: hue angle of 336.23º 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 #8C576C is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 87 | 108 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.45 |
| HSL | 336.23º | 0.23% | 0.45% | - |
| HSV(B) | 336.23º | 0.38% | 0.55% | - |
| XYZ | 16.93 | 13.47 | 15.9 | - |
| YUV | 105.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 108 | 0 | 0.38 | 0.23 | 0.45 | 336.23 | 0.23 | 0.45 |
| Hex | 8C | 57 | 6C | 0 | 26 | 17 | 2D | 150 | 17 | 2D |
| Octal | 214 | 127 | 154 | 0 | 46 | 27 | 55 | 520 | 27 | 55 |
| Binary | 10001100 | 1010111 | 1101100 | 0 | 100110 | 10111 | 101101 | 101010000 | 10111 | 101101 |
Color Harmonies of #8C576C
Complementary color
Monochromatic Colors of #8C576C
Black with #8C576C
Text Example
Text Example
White with #8C576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C576C; }
p { color: rgb(140,87,108); }
H1.HeaderClassName
{
color: #8C576C;
}
.AnyTagClassName
{
color: #8C576C;
}
</style>
background-color css
<style>
a { background-color: #8C576C; }
a { background-color: rgb(140,87,108); }
div.DivClassName
{
background-color: #8C576C;
}
.BgClassName
{
background-color: #8C576C;
}
</style>
border-color css
<style>
span { border-color: #8C576C; }
span { border-color: rgb(140,87,108); }
td.TdClassName
{
border-color: #8C576C;
}
.TagClassName
{
border-color: #8C576C;
}
</style>