Shades of Cannon Pink #8C4A68
Tints of Cannon Pink #8C4A68
RGB
CMYK
RGB Variations
Color information
#8C4A68 (or 0x8C4A68) is known color: Cannon Pink. HEX triplet: 8C, 4A and 68. RGB value is (140,74,104). Sum of RGB (Red+Green+Blue) = 140+74+104=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A68 is #73B597. Grayscale: #616161. Windows color (decimal): -7583128 or 6834828. OLE color: 6834828.
HSL color Cylindrical-coordinate representation of color #8C4A68: hue angle of 332.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4A68 is Cyan = 0, Magento = 0.47, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 104 | - |
| CMYK | 0 | 0.47 | 0.26 | 0.45 |
| HSL | 332.73º | 0.31% | 0.42% | - |
| HSV(B) | 332.73º | 0.47% | 0.55% | - |
| XYZ | 15.76 | 11.47 | 14.48 | - |
| YUV | 97.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 104 | 0 | 0.47 | 0.26 | 0.45 | 332.73 | 0.31 | 0.42 |
| Hex | 8C | 4A | 68 | 0 | 2F | 1A | 2D | 14D | 1F | 2A |
| Octal | 214 | 112 | 150 | 0 | 57 | 32 | 55 | 515 | 37 | 52 |
| Binary | 10001100 | 1001010 | 1101000 | 0 | 101111 | 11010 | 101101 | 101001101 | 11111 | 101010 |
Color Harmonies of #8C4A68
Complementary color
Monochromatic Colors of #8C4A68
Black with #8C4A68
Text Example
Text Example
White with #8C4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A68; }
p { color: rgb(140,74,104); }
H1.HeaderClassName
{
color: #8C4A68;
}
.AnyTagClassName
{
color: #8C4A68;
}
</style>
background-color css
<style>
a { background-color: #8C4A68; }
a { background-color: rgb(140,74,104); }
div.DivClassName
{
background-color: #8C4A68;
}
.BgClassName
{
background-color: #8C4A68;
}
</style>
border-color css
<style>
span { border-color: #8C4A68; }
span { border-color: rgb(140,74,104); }
td.TdClassName
{
border-color: #8C4A68;
}
.TagClassName
{
border-color: #8C4A68;
}
</style>