Shades of Cannon Pink #8C5864
Tints of Cannon Pink #8C5864
RGB
CMYK
RGB Variations
Color information
#8C5864 (or 0x8C5864) is known color: Cannon Pink. HEX triplet: 8C, 58 and 64. RGB value is (140,88,100). Sum of RGB (Red+Green+Blue) = 140+88+100=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5864 is #73A79B. Grayscale: #686868. Windows color (decimal): -7579548 or 6576268. OLE color: 6576268.
HSL color Cylindrical-coordinate representation of color #8C5864: hue angle of 346.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5864 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 100 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.45 |
| HSL | 346.15º | 0.23% | 0.45% | - |
| HSV(B) | 346.15º | 0.37% | 0.55% | - |
| XYZ | 16.61 | 13.48 | 13.78 | - |
| YUV | 104.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 100 | 0 | 0.37 | 0.29 | 0.45 | 346.15 | 0.23 | 0.45 |
| Hex | 8C | 58 | 64 | 0 | 25 | 1D | 2D | 15A | 17 | 2D |
| Octal | 214 | 130 | 144 | 0 | 45 | 35 | 55 | 532 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1100100 | 0 | 100101 | 11101 | 101101 | 101011010 | 10111 | 101101 |
Color Harmonies of #8C5864
Complementary color
Monochromatic Colors of #8C5864
Black with #8C5864
Text Example
Text Example
White with #8C5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5864; }
p { color: rgb(140,88,100); }
H1.HeaderClassName
{
color: #8C5864;
}
.AnyTagClassName
{
color: #8C5864;
}
</style>
background-color css
<style>
a { background-color: #8C5864; }
a { background-color: rgb(140,88,100); }
div.DivClassName
{
background-color: #8C5864;
}
.BgClassName
{
background-color: #8C5864;
}
</style>
border-color css
<style>
span { border-color: #8C5864; }
span { border-color: rgb(140,88,100); }
td.TdClassName
{
border-color: #8C5864;
}
.TagClassName
{
border-color: #8C5864;
}
</style>