Shades of Cannon Pink #8C496A
Tints of Cannon Pink #8C496A
RGB
CMYK
RGB Variations
Color information
#8C496A (or 0x8C496A) is known color: Cannon Pink. HEX triplet: 8C, 49 and 6A. RGB value is (140,73,106). Sum of RGB (Red+Green+Blue) = 140+73+106=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C496A is #73B695. Grayscale: #606060. Windows color (decimal): -7583382 or 6965644. OLE color: 6965644.
HSL color Cylindrical-coordinate representation of color #8C496A: hue angle of 330.45º 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 #8C496A is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 106 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.45 |
| HSL | 330.45º | 0.31% | 0.42% | - |
| HSV(B) | 330.45º | 0.48% | 0.55% | - |
| XYZ | 15.8 | 11.38 | 15 | - |
| YUV | 96.8 | 133.2 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 106 | 0 | 0.48 | 0.24 | 0.45 | 330.45 | 0.31 | 0.42 |
| Hex | 8C | 49 | 6A | 0 | 30 | 18 | 2D | 14A | 1F | 2A |
| Octal | 214 | 111 | 152 | 0 | 60 | 30 | 55 | 512 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1101010 | 0 | 110000 | 11000 | 101101 | 101001010 | 11111 | 101010 |
Color Harmonies of #8C496A
Complementary color
Monochromatic Colors of #8C496A
Black with #8C496A
Text Example
Text Example
White with #8C496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C496A; }
p { color: rgb(140,73,106); }
H1.HeaderClassName
{
color: #8C496A;
}
.AnyTagClassName
{
color: #8C496A;
}
</style>
background-color css
<style>
a { background-color: #8C496A; }
a { background-color: rgb(140,73,106); }
div.DivClassName
{
background-color: #8C496A;
}
.BgClassName
{
background-color: #8C496A;
}
</style>
border-color css
<style>
span { border-color: #8C496A; }
span { border-color: rgb(140,73,106); }
td.TdClassName
{
border-color: #8C496A;
}
.TagClassName
{
border-color: #8C496A;
}
</style>