Shades of Cannon Pink #8C4C5A
Tints of Cannon Pink #8C4C5A
RGB
CMYK
RGB Variations
Color information
#8C4C5A (or 0x8C4C5A) is known color: Cannon Pink. HEX triplet: 8C, 4C and 5A. RGB value is (140,76,90). Sum of RGB (Red+Green+Blue) = 140+76+90=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4C5A is #73B3A5. Grayscale: #606060. Windows color (decimal): -7582630 or 5917836. OLE color: 5917836.
HSL color Cylindrical-coordinate representation of color #8C4C5A: hue angle of 346.88º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4C5A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 90 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.45 |
| HSL | 346.88º | 0.3% | 0.42% | - |
| HSV(B) | 346.88º | 0.46% | 0.55% | - |
| XYZ | 15.25 | 11.48 | 11.09 | - |
| YUV | 96.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 90 | 0 | 0.46 | 0.36 | 0.45 | 346.88 | 0.3 | 0.42 |
| Hex | 8C | 4C | 5A | 0 | 2E | 24 | 2D | 15B | 1E | 2A |
| Octal | 214 | 114 | 132 | 0 | 56 | 44 | 55 | 533 | 36 | 52 |
| Binary | 10001100 | 1001100 | 1011010 | 0 | 101110 | 100100 | 101101 | 101011011 | 11110 | 101010 |
Color Harmonies of #8C4C5A
Complementary color
Monochromatic Colors of #8C4C5A
Black with #8C4C5A
Text Example
Text Example
White with #8C4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C5A; }
p { color: rgb(140,76,90); }
H1.HeaderClassName
{
color: #8C4C5A;
}
.AnyTagClassName
{
color: #8C4C5A;
}
</style>
background-color css
<style>
a { background-color: #8C4C5A; }
a { background-color: rgb(140,76,90); }
div.DivClassName
{
background-color: #8C4C5A;
}
.BgClassName
{
background-color: #8C4C5A;
}
</style>
border-color css
<style>
span { border-color: #8C4C5A; }
span { border-color: rgb(140,76,90); }
td.TdClassName
{
border-color: #8C4C5A;
}
.TagClassName
{
border-color: #8C4C5A;
}
</style>