Shades of Cannon Pink #8C496C
Tints of Cannon Pink #8C496C
RGB
CMYK
RGB Variations
Color information
#8C496C (or 0x8C496C) is known color: Cannon Pink. HEX triplet: 8C, 49 and 6C. RGB value is (140,73,108). Sum of RGB (Red+Green+Blue) = 140+73+108=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C496C is #73B693. Grayscale: #606060. Windows color (decimal): -7583380 or 7096716. OLE color: 7096716.
HSL color Cylindrical-coordinate representation of color #8C496C: hue angle of 328.66º 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 #8C496C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 108 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.45 |
| HSL | 328.66º | 0.31% | 0.42% | - |
| HSV(B) | 328.66º | 0.48% | 0.55% | - |
| XYZ | 15.9 | 11.42 | 15.55 | - |
| YUV | 97.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 108 | 0 | 0.48 | 0.23 | 0.45 | 328.66 | 0.31 | 0.42 |
| Hex | 8C | 49 | 6C | 0 | 30 | 17 | 2D | 149 | 1F | 2A |
| Octal | 214 | 111 | 154 | 0 | 60 | 27 | 55 | 511 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1101100 | 0 | 110000 | 10111 | 101101 | 101001001 | 11111 | 101010 |
Color Harmonies of #8C496C
Complementary color
Monochromatic Colors of #8C496C
Black with #8C496C
Text Example
Text Example
White with #8C496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C496C; }
p { color: rgb(140,73,108); }
H1.HeaderClassName
{
color: #8C496C;
}
.AnyTagClassName
{
color: #8C496C;
}
</style>
background-color css
<style>
a { background-color: #8C496C; }
a { background-color: rgb(140,73,108); }
div.DivClassName
{
background-color: #8C496C;
}
.BgClassName
{
background-color: #8C496C;
}
</style>
border-color css
<style>
span { border-color: #8C496C; }
span { border-color: rgb(140,73,108); }
td.TdClassName
{
border-color: #8C496C;
}
.TagClassName
{
border-color: #8C496C;
}
</style>