Shades of Cannon Pink #8C5562
Tints of Cannon Pink #8C5562
RGB
CMYK
RGB Variations
Color information
#8C5562 (or 0x8C5562) is known color: Cannon Pink. HEX triplet: 8C, 55 and 62. RGB value is (140,85,98). Sum of RGB (Red+Green+Blue) = 140+85+98=323 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.34% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5562 is #73AA9D. Grayscale: #666666. Windows color (decimal): -7580318 or 6444428. OLE color: 6444428.
HSL color Cylindrical-coordinate representation of color #8C5562: hue angle of 345.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C5562 is Cyan = 0, Magento = 0.39, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 98 | - |
| CMYK | 0 | 0.39 | 0.3 | 0.45 |
| HSL | 345.82º | 0.24% | 0.44% | - |
| HSV(B) | 345.82º | 0.39% | 0.55% | - |
| XYZ | 16.27 | 12.95 | 13.2 | - |
| YUV | 102.93 | 125.22 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 98 | 0 | 0.39 | 0.3 | 0.45 | 345.82 | 0.24 | 0.44 |
| Hex | 8C | 55 | 62 | 0 | 27 | 1E | 2D | 15A | 18 | 2C |
| Octal | 214 | 125 | 142 | 0 | 47 | 36 | 55 | 532 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1100010 | 0 | 100111 | 11110 | 101101 | 101011010 | 11000 | 101100 |
Color Harmonies of #8C5562
Complementary color
Monochromatic Colors of #8C5562
Black with #8C5562
Text Example
Text Example
White with #8C5562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5562; }
p { color: rgb(140,85,98); }
H1.HeaderClassName
{
color: #8C5562;
}
.AnyTagClassName
{
color: #8C5562;
}
</style>
background-color css
<style>
a { background-color: #8C5562; }
a { background-color: rgb(140,85,98); }
div.DivClassName
{
background-color: #8C5562;
}
.BgClassName
{
background-color: #8C5562;
}
</style>
border-color css
<style>
span { border-color: #8C5562; }
span { border-color: rgb(140,85,98); }
td.TdClassName
{
border-color: #8C5562;
}
.TagClassName
{
border-color: #8C5562;
}
</style>