Shades of Cannon Pink #8C4866
Tints of Cannon Pink #8C4866
RGB
CMYK
RGB Variations
Color information
#8C4866 (or 0x8C4866) is known color: Cannon Pink. HEX triplet: 8C, 48 and 66. RGB value is (140,72,102). Sum of RGB (Red+Green+Blue) = 140+72+102=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4866 is #73B799. Grayscale: #5F5F5F. Windows color (decimal): -7583642 or 6703244. OLE color: 6703244.
HSL color Cylindrical-coordinate representation of color #8C4866: hue angle of 333.53º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4866 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 72 | 102 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.45 |
| HSL | 333.53º | 0.32% | 0.42% | - |
| HSV(B) | 333.53º | 0.49% | 0.55% | - |
| XYZ | 15.53 | 11.17 | 13.91 | - |
| YUV | 95.75 | 131.53 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 72 | 102 | 0 | 0.49 | 0.27 | 0.45 | 333.53 | 0.32 | 0.42 |
| Hex | 8C | 48 | 66 | 0 | 31 | 1B | 2D | 14E | 20 | 2A |
| Octal | 214 | 110 | 146 | 0 | 61 | 33 | 55 | 516 | 40 | 52 |
| Binary | 10001100 | 1001000 | 1100110 | 0 | 110001 | 11011 | 101101 | 101001110 | 100000 | 101010 |
Color Harmonies of #8C4866
Complementary color
Monochromatic Colors of #8C4866
Black with #8C4866
Text Example
Text Example
White with #8C4866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4866; }
p { color: rgb(140,72,102); }
H1.HeaderClassName
{
color: #8C4866;
}
.AnyTagClassName
{
color: #8C4866;
}
</style>
background-color css
<style>
a { background-color: #8C4866; }
a { background-color: rgb(140,72,102); }
div.DivClassName
{
background-color: #8C4866;
}
.BgClassName
{
background-color: #8C4866;
}
</style>
border-color css
<style>
span { border-color: #8C4866; }
span { border-color: rgb(140,72,102); }
td.TdClassName
{
border-color: #8C4866;
}
.TagClassName
{
border-color: #8C4866;
}
</style>