Shades of Cannon Pink #8C4B6A
Tints of Cannon Pink #8C4B6A
RGB
CMYK
RGB Variations
Color information
#8C4B6A (or 0x8C4B6A) is known color: Cannon Pink. HEX triplet: 8C, 4B and 6A. RGB value is (140,75,106). Sum of RGB (Red+Green+Blue) = 140+75+106=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 75 (29.69% from 255 or 23.36% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B6A is #73B495. Grayscale: #616161. Windows color (decimal): -7582870 or 6966156. OLE color: 6966156.
HSL color Cylindrical-coordinate representation of color #8C4B6A: hue angle of 331.38º 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 #8C4B6A is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 106 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.45 |
| HSL | 331.38º | 0.3% | 0.42% | - |
| HSV(B) | 331.38º | 0.46% | 0.55% | - |
| XYZ | 15.93 | 11.65 | 15.04 | - |
| YUV | 97.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 106 | 0 | 0.46 | 0.24 | 0.45 | 331.38 | 0.3 | 0.42 |
| Hex | 8C | 4B | 6A | 0 | 2E | 18 | 2D | 14B | 1E | 2A |
| Octal | 214 | 113 | 152 | 0 | 56 | 30 | 55 | 513 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1101010 | 0 | 101110 | 11000 | 101101 | 101001011 | 11110 | 101010 |
Color Harmonies of #8C4B6A
Complementary color
Monochromatic Colors of #8C4B6A
Black with #8C4B6A
Text Example
Text Example
White with #8C4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B6A; }
p { color: rgb(140,75,106); }
H1.HeaderClassName
{
color: #8C4B6A;
}
.AnyTagClassName
{
color: #8C4B6A;
}
</style>
background-color css
<style>
a { background-color: #8C4B6A; }
a { background-color: rgb(140,75,106); }
div.DivClassName
{
background-color: #8C4B6A;
}
.BgClassName
{
background-color: #8C4B6A;
}
</style>
border-color css
<style>
span { border-color: #8C4B6A; }
span { border-color: rgb(140,75,106); }
td.TdClassName
{
border-color: #8C4B6A;
}
.TagClassName
{
border-color: #8C4B6A;
}
</style>