Shades of Cannon Pink #8C5263
Tints of Cannon Pink #8C5263
RGB
CMYK
RGB Variations
Color information
#8C5263 (or 0x8C5263) is known color: Cannon Pink. HEX triplet: 8C, 52 and 63. RGB value is (140,82,99). Sum of RGB (Red+Green+Blue) = 140+82+99=321 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.61% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5263 is #73AD9C. Grayscale: #656565. Windows color (decimal): -7581085 or 6509196. OLE color: 6509196.
HSL color Cylindrical-coordinate representation of color #8C5263: hue angle of 342.41º 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 #8C5263 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 99 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.45 |
| HSL | 342.41º | 0.26% | 0.44% | - |
| HSV(B) | 342.41º | 0.41% | 0.55% | - |
| XYZ | 16.08 | 12.51 | 13.37 | - |
| YUV | 101.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 99 | 0 | 0.41 | 0.29 | 0.45 | 342.41 | 0.26 | 0.44 |
| Hex | 8C | 52 | 63 | 0 | 29 | 1D | 2D | 156 | 1A | 2C |
| Octal | 214 | 122 | 143 | 0 | 51 | 35 | 55 | 526 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1100011 | 0 | 101001 | 11101 | 101101 | 101010110 | 11010 | 101100 |
Color Harmonies of #8C5263
Complementary color
Monochromatic Colors of #8C5263
Black with #8C5263
Text Example
Text Example
White with #8C5263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5263; }
p { color: rgb(140,82,99); }
H1.HeaderClassName
{
color: #8C5263;
}
.AnyTagClassName
{
color: #8C5263;
}
</style>
background-color css
<style>
a { background-color: #8C5263; }
a { background-color: rgb(140,82,99); }
div.DivClassName
{
background-color: #8C5263;
}
.BgClassName
{
background-color: #8C5263;
}
</style>
border-color css
<style>
span { border-color: #8C5263; }
span { border-color: rgb(140,82,99); }
td.TdClassName
{
border-color: #8C5263;
}
.TagClassName
{
border-color: #8C5263;
}
</style>