Shades of Cannon Pink #8C536E
Tints of Cannon Pink #8C536E
RGB
CMYK
RGB Variations
Color information
#8C536E (or 0x8C536E) is known color: Cannon Pink. HEX triplet: 8C, 53 and 6E. RGB value is (140,83,110). Sum of RGB (Red+Green+Blue) = 140+83+110=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C536E is #73AC91. Grayscale: #676767. Windows color (decimal): -7580818 or 7230348. OLE color: 7230348.
HSL color Cylindrical-coordinate representation of color #8C536E: hue angle of 331.58º 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 #8C536E is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 110 | - |
| CMYK | 0 | 0.41 | 0.21 | 0.45 |
| HSL | 331.58º | 0.26% | 0.44% | - |
| HSV(B) | 331.58º | 0.41% | 0.55% | - |
| XYZ | 16.72 | 12.89 | 16.36 | - |
| YUV | 103.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 110 | 0 | 0.41 | 0.21 | 0.45 | 331.58 | 0.26 | 0.44 |
| Hex | 8C | 53 | 6E | 0 | 29 | 15 | 2D | 14C | 1A | 2C |
| Octal | 214 | 123 | 156 | 0 | 51 | 25 | 55 | 514 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1101110 | 0 | 101001 | 10101 | 101101 | 101001100 | 11010 | 101100 |
Color Harmonies of #8C536E
Complementary color
Monochromatic Colors of #8C536E
Black with #8C536E
Text Example
Text Example
White with #8C536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C536E; }
p { color: rgb(140,83,110); }
H1.HeaderClassName
{
color: #8C536E;
}
.AnyTagClassName
{
color: #8C536E;
}
</style>
background-color css
<style>
a { background-color: #8C536E; }
a { background-color: rgb(140,83,110); }
div.DivClassName
{
background-color: #8C536E;
}
.BgClassName
{
background-color: #8C536E;
}
</style>
border-color css
<style>
span { border-color: #8C536E; }
span { border-color: rgb(140,83,110); }
td.TdClassName
{
border-color: #8C536E;
}
.TagClassName
{
border-color: #8C536E;
}
</style>