Shades of Cannon Pink #8C4A5D
Tints of Cannon Pink #8C4A5D
RGB
CMYK
RGB Variations
Color information
#8C4A5D (or 0x8C4A5D) is known color: Cannon Pink. HEX triplet: 8C, 4A and 5D. RGB value is (140,74,93). Sum of RGB (Red+Green+Blue) = 140+74+93=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A5D is #73B5A2. Grayscale: #5F5F5F. Windows color (decimal): -7583139 or 6113932. OLE color: 6113932.
HSL color Cylindrical-coordinate representation of color #8C4A5D: hue angle of 342.73º 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 #8C4A5D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 93 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.45 |
| HSL | 342.73º | 0.31% | 0.42% | - |
| HSV(B) | 342.73º | 0.47% | 0.55% | - |
| XYZ | 15.24 | 11.26 | 11.73 | - |
| YUV | 95.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 93 | 0 | 0.47 | 0.34 | 0.45 | 342.73 | 0.31 | 0.42 |
| Hex | 8C | 4A | 5D | 0 | 2F | 22 | 2D | 157 | 1F | 2A |
| Octal | 214 | 112 | 135 | 0 | 57 | 42 | 55 | 527 | 37 | 52 |
| Binary | 10001100 | 1001010 | 1011101 | 0 | 101111 | 100010 | 101101 | 101010111 | 11111 | 101010 |
Color Harmonies of #8C4A5D
Complementary color
Monochromatic Colors of #8C4A5D
Black with #8C4A5D
Text Example
Text Example
White with #8C4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A5D; }
p { color: rgb(140,74,93); }
H1.HeaderClassName
{
color: #8C4A5D;
}
.AnyTagClassName
{
color: #8C4A5D;
}
</style>
background-color css
<style>
a { background-color: #8C4A5D; }
a { background-color: rgb(140,74,93); }
div.DivClassName
{
background-color: #8C4A5D;
}
.BgClassName
{
background-color: #8C4A5D;
}
</style>
border-color css
<style>
span { border-color: #8C4A5D; }
span { border-color: rgb(140,74,93); }
td.TdClassName
{
border-color: #8C4A5D;
}
.TagClassName
{
border-color: #8C4A5D;
}
</style>