Shades of Cannon Pink #8C5372
Tints of Cannon Pink #8C5372
RGB
CMYK
RGB Variations
Color information
#8C5372 (or 0x8C5372) is known color: Cannon Pink. HEX triplet: 8C, 53 and 72. RGB value is (140,83,114). Sum of RGB (Red+Green+Blue) = 140+83+114=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5372 is #73AC8D. Grayscale: #676767. Windows color (decimal): -7580814 or 7492492. OLE color: 7492492.
HSL color Cylindrical-coordinate representation of color #8C5372: hue angle of 327.37º 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 #8C5372 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 114 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.45 |
| HSL | 327.37º | 0.26% | 0.44% | - |
| HSV(B) | 327.37º | 0.41% | 0.55% | - |
| XYZ | 16.95 | 12.98 | 17.53 | - |
| YUV | 103.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 114 | 0 | 0.41 | 0.19 | 0.45 | 327.37 | 0.26 | 0.44 |
| Hex | 8C | 53 | 72 | 0 | 29 | 13 | 2D | 147 | 1A | 2C |
| Octal | 214 | 123 | 162 | 0 | 51 | 23 | 55 | 507 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1110010 | 0 | 101001 | 10011 | 101101 | 101000111 | 11010 | 101100 |
Color Harmonies of #8C5372
Complementary color
Monochromatic Colors of #8C5372
Black with #8C5372
Text Example
Text Example
White with #8C5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5372; }
p { color: rgb(140,83,114); }
H1.HeaderClassName
{
color: #8C5372;
}
.AnyTagClassName
{
color: #8C5372;
}
</style>
background-color css
<style>
a { background-color: #8C5372; }
a { background-color: rgb(140,83,114); }
div.DivClassName
{
background-color: #8C5372;
}
.BgClassName
{
background-color: #8C5372;
}
</style>
border-color css
<style>
span { border-color: #8C5372; }
span { border-color: rgb(140,83,114); }
td.TdClassName
{
border-color: #8C5372;
}
.TagClassName
{
border-color: #8C5372;
}
</style>