Shades of Cannon Pink #8C5570
Tints of Cannon Pink #8C5570
RGB
CMYK
RGB Variations
Color information
#8C5570 (or 0x8C5570) is known color: Cannon Pink. HEX triplet: 8C, 55 and 70. RGB value is (140,85,112). Sum of RGB (Red+Green+Blue) = 140+85+112=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5570 is #73AA8F. Grayscale: #686868. Windows color (decimal): -7580304 or 7361932. OLE color: 7361932.
HSL color Cylindrical-coordinate representation of color #8C5570: hue angle of 330.55º 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 #8C5570 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 112 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.45 |
| HSL | 330.55º | 0.24% | 0.44% | - |
| HSV(B) | 330.55º | 0.39% | 0.55% | - |
| XYZ | 16.99 | 13.24 | 16.99 | - |
| YUV | 104.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 112 | 0 | 0.39 | 0.20 | 0.45 | 330.55 | 0.24 | 0.44 |
| Hex | 8C | 55 | 70 | 0 | 27 | 14 | 2D | 14B | 18 | 2C |
| Octal | 214 | 125 | 160 | 0 | 47 | 24 | 55 | 513 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110000 | 0 | 100111 | 10100 | 101101 | 101001011 | 11000 | 101100 |
Color Harmonies of #8C5570
Complementary color
Monochromatic Colors of #8C5570
Black with #8C5570
Text Example
Text Example
White with #8C5570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5570; }
p { color: rgb(140,85,112); }
H1.HeaderClassName
{
color: #8C5570;
}
.AnyTagClassName
{
color: #8C5570;
}
</style>
background-color css
<style>
a { background-color: #8C5570; }
a { background-color: rgb(140,85,112); }
div.DivClassName
{
background-color: #8C5570;
}
.BgClassName
{
background-color: #8C5570;
}
</style>
border-color css
<style>
span { border-color: #8C5570; }
span { border-color: rgb(140,85,112); }
td.TdClassName
{
border-color: #8C5570;
}
.TagClassName
{
border-color: #8C5570;
}
</style>