Shades of Cannon Pink #8C5572
Tints of Cannon Pink #8C5572
RGB
CMYK
RGB Variations
Color information
#8C5572 (or 0x8C5572) is known color: Cannon Pink. HEX triplet: 8C, 55 and 72. RGB value is (140,85,114). Sum of RGB (Red+Green+Blue) = 140+85+114=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5572 is #73AA8D. Grayscale: #686868. Windows color (decimal): -7580302 or 7493004. OLE color: 7493004.
HSL color Cylindrical-coordinate representation of color #8C5572: hue angle of 328.36º 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 #8C5572 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 114 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.45 |
| HSL | 328.36º | 0.24% | 0.44% | - |
| HSV(B) | 328.36º | 0.39% | 0.55% | - |
| XYZ | 17.1 | 13.29 | 17.58 | - |
| YUV | 104.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 114 | 0 | 0.39 | 0.19 | 0.45 | 328.36 | 0.24 | 0.44 |
| Hex | 8C | 55 | 72 | 0 | 27 | 13 | 2D | 148 | 18 | 2C |
| Octal | 214 | 125 | 162 | 0 | 47 | 23 | 55 | 510 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1110010 | 0 | 100111 | 10011 | 101101 | 101001000 | 11000 | 101100 |
Color Harmonies of #8C5572
Complementary color
Monochromatic Colors of #8C5572
Black with #8C5572
Text Example
Text Example
White with #8C5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5572; }
p { color: rgb(140,85,114); }
H1.HeaderClassName
{
color: #8C5572;
}
.AnyTagClassName
{
color: #8C5572;
}
</style>
background-color css
<style>
a { background-color: #8C5572; }
a { background-color: rgb(140,85,114); }
div.DivClassName
{
background-color: #8C5572;
}
.BgClassName
{
background-color: #8C5572;
}
</style>
border-color css
<style>
span { border-color: #8C5572; }
span { border-color: rgb(140,85,114); }
td.TdClassName
{
border-color: #8C5572;
}
.TagClassName
{
border-color: #8C5572;
}
</style>