Shades of Cannon Pink #8C5672
Tints of Cannon Pink #8C5672
RGB
CMYK
RGB Variations
Color information
#8C5672 (or 0x8C5672) is known color: Cannon Pink. HEX triplet: 8C, 56 and 72. RGB value is (140,86,114). Sum of RGB (Red+Green+Blue) = 140+86+114=340 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.18% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5672 is #73A98D. Grayscale: #696969. Windows color (decimal): -7580046 or 7493260. OLE color: 7493260.
HSL color Cylindrical-coordinate representation of color #8C5672: hue angle of 328.89º 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 #8C5672 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 114 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.45 |
| HSL | 328.89º | 0.24% | 0.44% | - |
| HSV(B) | 328.89º | 0.39% | 0.55% | - |
| XYZ | 17.18 | 13.45 | 17.61 | - |
| YUV | 105.34 | 132.89 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 114 | 0 | 0.39 | 0.19 | 0.45 | 328.89 | 0.24 | 0.44 |
| Hex | 8C | 56 | 72 | 0 | 27 | 13 | 2D | 149 | 18 | 2C |
| Octal | 214 | 126 | 162 | 0 | 47 | 23 | 55 | 511 | 30 | 54 |
| Binary | 10001100 | 1010110 | 1110010 | 0 | 100111 | 10011 | 101101 | 101001001 | 11000 | 101100 |
Color Harmonies of #8C5672
Complementary color
Monochromatic Colors of #8C5672
Black with #8C5672
Text Example
Text Example
White with #8C5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5672; }
p { color: rgb(140,86,114); }
H1.HeaderClassName
{
color: #8C5672;
}
.AnyTagClassName
{
color: #8C5672;
}
</style>
background-color css
<style>
a { background-color: #8C5672; }
a { background-color: rgb(140,86,114); }
div.DivClassName
{
background-color: #8C5672;
}
.BgClassName
{
background-color: #8C5672;
}
</style>
border-color css
<style>
span { border-color: #8C5672; }
span { border-color: rgb(140,86,114); }
td.TdClassName
{
border-color: #8C5672;
}
.TagClassName
{
border-color: #8C5672;
}
</style>