Shades of Cannon Pink #8C4666
Tints of Cannon Pink #8C4666
RGB
CMYK
RGB Variations
Color information
#8C4666 (or 0x8C4666) is known color: Cannon Pink. HEX triplet: 8C, 46 and 66. RGB value is (140,70,102). Sum of RGB (Red+Green+Blue) = 140+70+102=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4666 is #73B999. Grayscale: #5E5E5E. Windows color (decimal): -7584154 or 6702732. OLE color: 6702732.
HSL color Cylindrical-coordinate representation of color #8C4666: hue angle of 332.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C4666 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 102 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.45 |
| HSL | 332.57º | 0.33% | 0.41% | - |
| HSV(B) | 332.57º | 0.5% | 0.55% | - |
| XYZ | 15.4 | 10.92 | 13.87 | - |
| YUV | 94.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 102 | 0 | 0.50 | 0.27 | 0.45 | 332.57 | 0.33 | 0.41 |
| Hex | 8C | 46 | 66 | 0 | 32 | 1B | 2D | 14D | 21 | 29 |
| Octal | 214 | 106 | 146 | 0 | 62 | 33 | 55 | 515 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1100110 | 0 | 110010 | 11011 | 101101 | 101001101 | 100001 | 101001 |
Color Harmonies of #8C4666
Complementary color
Monochromatic Colors of #8C4666
Black with #8C4666
Text Example
Text Example
White with #8C4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4666; }
p { color: rgb(140,70,102); }
H1.HeaderClassName
{
color: #8C4666;
}
.AnyTagClassName
{
color: #8C4666;
}
</style>
background-color css
<style>
a { background-color: #8C4666; }
a { background-color: rgb(140,70,102); }
div.DivClassName
{
background-color: #8C4666;
}
.BgClassName
{
background-color: #8C4666;
}
</style>
border-color css
<style>
span { border-color: #8C4666; }
span { border-color: rgb(140,70,102); }
td.TdClassName
{
border-color: #8C4666;
}
.TagClassName
{
border-color: #8C4666;
}
</style>