Shades of Cannon Pink #8C5573
Tints of Cannon Pink #8C5573
RGB
CMYK
RGB Variations
Color information
#8C5573 (or 0x8C5573) is known color: Cannon Pink. HEX triplet: 8C, 55 and 73. RGB value is (140,85,115). Sum of RGB (Red+Green+Blue) = 140+85+115=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5573 is #73AA8C. Grayscale: #686868. Windows color (decimal): -7580301 or 7558540. OLE color: 7558540.
HSL color Cylindrical-coordinate representation of color #8C5573: hue angle of 327.27º 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 #8C5573 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 115 | - |
| CMYK | 0 | 0.39 | 0.18 | 0.45 |
| HSL | 327.27º | 0.24% | 0.44% | - |
| HSV(B) | 327.27º | 0.39% | 0.55% | - |
| XYZ | 17.16 | 13.31 | 17.88 | - |
| YUV | 104.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 115 | 0 | 0.39 | 0.18 | 0.45 | 327.27 | 0.24 | 0.44 |
| Hex | 8C | 55 | 73 | 0 | 27 | 12 | 2D | 147 | 18 | 2C |
| Octal | 214 | 125 | 163 | 0 | 47 | 22 | 55 | 507 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110011 | 0 | 100111 | 10010 | 101101 | 101000111 | 11000 | 101100 |
Color Harmonies of #8C5573
Complementary color
Monochromatic Colors of #8C5573
Black with #8C5573
Text Example
Text Example
White with #8C5573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5573; }
p { color: rgb(140,85,115); }
H1.HeaderClassName
{
color: #8C5573;
}
.AnyTagClassName
{
color: #8C5573;
}
</style>
background-color css
<style>
a { background-color: #8C5573; }
a { background-color: rgb(140,85,115); }
div.DivClassName
{
background-color: #8C5573;
}
.BgClassName
{
background-color: #8C5573;
}
</style>
border-color css
<style>
span { border-color: #8C5573; }
span { border-color: rgb(140,85,115); }
td.TdClassName
{
border-color: #8C5573;
}
.TagClassName
{
border-color: #8C5573;
}
</style>