Shades of Cannon Pink #8C5174
Tints of Cannon Pink #8C5174
RGB
CMYK
RGB Variations
Color information
#8C5174 (or 0x8C5174) is known color: Cannon Pink. HEX triplet: 8C, 51 and 74. RGB value is (140,81,116). Sum of RGB (Red+Green+Blue) = 140+81+116=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5174 is #73AE8B. Grayscale: #666666. Windows color (decimal): -7581324 or 7623052. OLE color: 7623052.
HSL color Cylindrical-coordinate representation of color #8C5174: hue angle of 324.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8C5174 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 81 | 116 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.45 |
| HSL | 324.41º | 0.27% | 0.43% | - |
| HSV(B) | 324.41º | 0.42% | 0.55% | - |
| XYZ | 16.91 | 12.72 | 18.09 | - |
| YUV | 102.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 116 | 0 | 0.42 | 0.17 | 0.45 | 324.41 | 0.27 | 0.43 |
| Hex | 8C | 51 | 74 | 0 | 2A | 11 | 2D | 144 | 1B | 2B |
| Octal | 214 | 121 | 164 | 0 | 52 | 21 | 55 | 504 | 33 | 53 |
| Binary | 10001100 | 1010001 | 1110100 | 0 | 101010 | 10001 | 101101 | 101000100 | 11011 | 101011 |
Color Harmonies of #8C5174
Complementary color
Monochromatic Colors of #8C5174
Black with #8C5174
Text Example
Text Example
White with #8C5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5174; }
p { color: rgb(140,81,116); }
H1.HeaderClassName
{
color: #8C5174;
}
.AnyTagClassName
{
color: #8C5174;
}
</style>
background-color css
<style>
a { background-color: #8C5174; }
a { background-color: rgb(140,81,116); }
div.DivClassName
{
background-color: #8C5174;
}
.BgClassName
{
background-color: #8C5174;
}
</style>
border-color css
<style>
span { border-color: #8C5174; }
span { border-color: rgb(140,81,116); }
td.TdClassName
{
border-color: #8C5174;
}
.TagClassName
{
border-color: #8C5174;
}
</style>