Shades of Cannon Pink #8C4B6D
Tints of Cannon Pink #8C4B6D
RGB
CMYK
RGB Variations
Color information
#8C4B6D (or 0x8C4B6D) is known color: Cannon Pink. HEX triplet: 8C, 4B and 6D. RGB value is (140,75,109). Sum of RGB (Red+Green+Blue) = 140+75+109=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4B6D is #73B492. Grayscale: #626262. Windows color (decimal): -7582867 or 7162764. OLE color: 7162764.
HSL color Cylindrical-coordinate representation of color #8C4B6D: hue angle of 328.62º 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 #8C4B6D is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 109 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.45 |
| HSL | 328.62º | 0.3% | 0.42% | - |
| HSV(B) | 328.62º | 0.46% | 0.55% | - |
| XYZ | 16.09 | 11.71 | 15.88 | - |
| YUV | 98.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 109 | 0 | 0.46 | 0.22 | 0.45 | 328.62 | 0.3 | 0.42 |
| Hex | 8C | 4B | 6D | 0 | 2E | 16 | 2D | 149 | 1E | 2A |
| Octal | 214 | 113 | 155 | 0 | 56 | 26 | 55 | 511 | 36 | 52 |
| Binary | 10001100 | 1001011 | 1101101 | 0 | 101110 | 10110 | 101101 | 101001001 | 11110 | 101010 |
Color Harmonies of #8C4B6D
Complementary color
Monochromatic Colors of #8C4B6D
Black with #8C4B6D
Text Example
Text Example
White with #8C4B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B6D; }
p { color: rgb(140,75,109); }
H1.HeaderClassName
{
color: #8C4B6D;
}
.AnyTagClassName
{
color: #8C4B6D;
}
</style>
background-color css
<style>
a { background-color: #8C4B6D; }
a { background-color: rgb(140,75,109); }
div.DivClassName
{
background-color: #8C4B6D;
}
.BgClassName
{
background-color: #8C4B6D;
}
</style>
border-color css
<style>
span { border-color: #8C4B6D; }
span { border-color: rgb(140,75,109); }
td.TdClassName
{
border-color: #8C4B6D;
}
.TagClassName
{
border-color: #8C4B6D;
}
</style>