Shades of Cannon Pink #8C4A6C
Tints of Cannon Pink #8C4A6C
RGB
CMYK
RGB Variations
Color information
#8C4A6C (or 0x8C4A6C) is known color: Cannon Pink. HEX triplet: 8C, 4A and 6C. RGB value is (140,74,108). Sum of RGB (Red+Green+Blue) = 140+74+108=322 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.48% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A6C is #73B593. Grayscale: #616161. Windows color (decimal): -7583124 or 7096972. OLE color: 7096972.
HSL color Cylindrical-coordinate representation of color #8C4A6C: hue angle of 329.09º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4A6C is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 108 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.45 |
| HSL | 329.09º | 0.31% | 0.42% | - |
| HSV(B) | 329.09º | 0.47% | 0.55% | - |
| XYZ | 15.97 | 11.56 | 15.58 | - |
| YUV | 97.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 108 | 0 | 0.47 | 0.23 | 0.45 | 329.09 | 0.31 | 0.42 |
| Hex | 8C | 4A | 6C | 0 | 2F | 17 | 2D | 149 | 1F | 2A |
| Octal | 214 | 112 | 154 | 0 | 57 | 27 | 55 | 511 | 37 | 52 |
| Binary | 10001100 | 1001010 | 1101100 | 0 | 101111 | 10111 | 101101 | 101001001 | 11111 | 101010 |
Color Harmonies of #8C4A6C
Complementary color
Monochromatic Colors of #8C4A6C
Black with #8C4A6C
Text Example
Text Example
White with #8C4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A6C; }
p { color: rgb(140,74,108); }
H1.HeaderClassName
{
color: #8C4A6C;
}
.AnyTagClassName
{
color: #8C4A6C;
}
</style>
background-color css
<style>
a { background-color: #8C4A6C; }
a { background-color: rgb(140,74,108); }
div.DivClassName
{
background-color: #8C4A6C;
}
.BgClassName
{
background-color: #8C4A6C;
}
</style>
border-color css
<style>
span { border-color: #8C4A6C; }
span { border-color: rgb(140,74,108); }
td.TdClassName
{
border-color: #8C4A6C;
}
.TagClassName
{
border-color: #8C4A6C;
}
</style>