Shades of Cannon Pink #8C5366
Tints of Cannon Pink #8C5366
RGB
CMYK
RGB Variations
Color information
#8C5366 (or 0x8C5366) is known color: Cannon Pink. HEX triplet: 8C, 53 and 66. RGB value is (140,83,102). Sum of RGB (Red+Green+Blue) = 140+83+102=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5366 is #73AC99. Grayscale: #666666. Windows color (decimal): -7580826 or 6706060. OLE color: 6706060.
HSL color Cylindrical-coordinate representation of color #8C5366: hue angle of 340º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5366 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 102 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.45 |
| HSL | 340º | 0.26% | 0.44% | - |
| HSV(B) | 340º | 0.41% | 0.55% | - |
| XYZ | 16.31 | 12.72 | 14.17 | - |
| YUV | 102.21 | 127.88 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 102 | 0 | 0.41 | 0.27 | 0.45 | 340 | 0.26 | 0.44 |
| Hex | 8C | 53 | 66 | 0 | 29 | 1B | 2D | 154 | 1A | 2C |
| Octal | 214 | 123 | 146 | 0 | 51 | 33 | 55 | 524 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1100110 | 0 | 101001 | 11011 | 101101 | 101010100 | 11010 | 101100 |
Color Harmonies of #8C5366
Complementary color
Monochromatic Colors of #8C5366
Black with #8C5366
Text Example
Text Example
White with #8C5366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5366; }
p { color: rgb(140,83,102); }
H1.HeaderClassName
{
color: #8C5366;
}
.AnyTagClassName
{
color: #8C5366;
}
</style>
background-color css
<style>
a { background-color: #8C5366; }
a { background-color: rgb(140,83,102); }
div.DivClassName
{
background-color: #8C5366;
}
.BgClassName
{
background-color: #8C5366;
}
</style>
border-color css
<style>
span { border-color: #8C5366; }
span { border-color: rgb(140,83,102); }
td.TdClassName
{
border-color: #8C5366;
}
.TagClassName
{
border-color: #8C5366;
}
</style>