Shades of Cannon Pink #8C5064
Tints of Cannon Pink #8C5064
RGB
CMYK
RGB Variations
Color information
#8C5064 (or 0x8C5064) is known color: Cannon Pink. HEX triplet: 8C, 50 and 64. RGB value is (140,80,100). Sum of RGB (Red+Green+Blue) = 140+80+100=320 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5064 is #73AF9B. Grayscale: #646464. Windows color (decimal): -7581596 or 6574220. OLE color: 6574220.
HSL color Cylindrical-coordinate representation of color #8C5064: hue angle of 340º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C5064 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 100 | - |
| CMYK | 0 | 0.43 | 0.29 | 0.45 |
| HSL | 340º | 0.27% | 0.43% | - |
| HSV(B) | 340º | 0.43% | 0.55% | - |
| XYZ | 15.98 | 12.23 | 13.58 | - |
| YUV | 100.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 100 | 0 | 0.43 | 0.29 | 0.45 | 340 | 0.27 | 0.43 |
| Hex | 8C | 50 | 64 | 0 | 2B | 1D | 2D | 154 | 1B | 2B |
| Octal | 214 | 120 | 144 | 0 | 53 | 35 | 55 | 524 | 33 | 53 |
| Binary | 10001100 | 1010000 | 1100100 | 0 | 101011 | 11101 | 101101 | 101010100 | 11011 | 101011 |
Color Harmonies of #8C5064
Complementary color
Monochromatic Colors of #8C5064
Black with #8C5064
Text Example
Text Example
White with #8C5064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5064; }
p { color: rgb(140,80,100); }
H1.HeaderClassName
{
color: #8C5064;
}
.AnyTagClassName
{
color: #8C5064;
}
</style>
background-color css
<style>
a { background-color: #8C5064; }
a { background-color: rgb(140,80,100); }
div.DivClassName
{
background-color: #8C5064;
}
.BgClassName
{
background-color: #8C5064;
}
</style>
border-color css
<style>
span { border-color: #8C5064; }
span { border-color: rgb(140,80,100); }
td.TdClassName
{
border-color: #8C5064;
}
.TagClassName
{
border-color: #8C5064;
}
</style>