Shades of Cannon Pink #8C4965
Tints of Cannon Pink #8C4965
RGB
CMYK
RGB Variations
Color information
#8C4965 (or 0x8C4965) is known color: Cannon Pink. HEX triplet: 8C, 49 and 65. RGB value is (140,73,101). Sum of RGB (Red+Green+Blue) = 140+73+101=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4965 is #73B69A. Grayscale: #606060. Windows color (decimal): -7583387 or 6637964. OLE color: 6637964.
HSL color Cylindrical-coordinate representation of color #8C4965: hue angle of 334.93º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4965 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 101 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.45 |
| HSL | 334.93º | 0.31% | 0.42% | - |
| HSV(B) | 334.93º | 0.48% | 0.55% | - |
| XYZ | 15.55 | 11.28 | 13.67 | - |
| YUV | 96.23 | 130.7 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 101 | 0 | 0.48 | 0.28 | 0.45 | 334.93 | 0.31 | 0.42 |
| Hex | 8C | 49 | 65 | 0 | 30 | 1C | 2D | 14F | 1F | 2A |
| Octal | 214 | 111 | 145 | 0 | 60 | 34 | 55 | 517 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1100101 | 0 | 110000 | 11100 | 101101 | 101001111 | 11111 | 101010 |
Color Harmonies of #8C4965
Complementary color
Monochromatic Colors of #8C4965
Black with #8C4965
Text Example
Text Example
White with #8C4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4965; }
p { color: rgb(140,73,101); }
H1.HeaderClassName
{
color: #8C4965;
}
.AnyTagClassName
{
color: #8C4965;
}
</style>
background-color css
<style>
a { background-color: #8C4965; }
a { background-color: rgb(140,73,101); }
div.DivClassName
{
background-color: #8C4965;
}
.BgClassName
{
background-color: #8C4965;
}
</style>
border-color css
<style>
span { border-color: #8C4965; }
span { border-color: rgb(140,73,101); }
td.TdClassName
{
border-color: #8C4965;
}
.TagClassName
{
border-color: #8C4965;
}
</style>