Shades of Cannon Pink #8C4E5B
Tints of Cannon Pink #8C4E5B
RGB
CMYK
RGB Variations
Color information
#8C4E5B (or 0x8C4E5B) is known color: Cannon Pink. HEX triplet: 8C, 4E and 5B. RGB value is (140,78,91). Sum of RGB (Red+Green+Blue) = 140+78+91=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 78 (30.86% from 255 or 25.24% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4E5B is #73B1A4. Grayscale: #626262. Windows color (decimal): -7582117 or 5983884. OLE color: 5983884.
HSL color Cylindrical-coordinate representation of color #8C4E5B: hue angle of 347.42º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C4E5B is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 78 | 91 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.45 |
| HSL | 347.42º | 0.28% | 0.43% | - |
| HSV(B) | 347.42º | 0.44% | 0.55% | - |
| XYZ | 15.43 | 11.78 | 11.36 | - |
| YUV | 98.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 91 | 0 | 0.44 | 0.35 | 0.45 | 347.42 | 0.28 | 0.43 |
| Hex | 8C | 4E | 5B | 0 | 2C | 23 | 2D | 15B | 1C | 2B |
| Octal | 214 | 116 | 133 | 0 | 54 | 43 | 55 | 533 | 34 | 53 |
| Binary | 10001100 | 1001110 | 1011011 | 0 | 101100 | 100011 | 101101 | 101011011 | 11100 | 101011 |
Color Harmonies of #8C4E5B
Complementary color
Monochromatic Colors of #8C4E5B
Black with #8C4E5B
Text Example
Text Example
White with #8C4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E5B; }
p { color: rgb(140,78,91); }
H1.HeaderClassName
{
color: #8C4E5B;
}
.AnyTagClassName
{
color: #8C4E5B;
}
</style>
background-color css
<style>
a { background-color: #8C4E5B; }
a { background-color: rgb(140,78,91); }
div.DivClassName
{
background-color: #8C4E5B;
}
.BgClassName
{
background-color: #8C4E5B;
}
</style>
border-color css
<style>
span { border-color: #8C4E5B; }
span { border-color: rgb(140,78,91); }
td.TdClassName
{
border-color: #8C4E5B;
}
.TagClassName
{
border-color: #8C4E5B;
}
</style>