Shades of Cannon Pink #8C535F
Tints of Cannon Pink #8C535F
RGB
CMYK
RGB Variations
Color information
#8C535F (or 0x8C535F) is known color: Cannon Pink. HEX triplet: 8C, 53 and 5F. RGB value is (140,83,95). Sum of RGB (Red+Green+Blue) = 140+83+95=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C535F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C535F is #73ACA0. Grayscale: #656565. Windows color (decimal): -7580833 or 6247308. OLE color: 6247308.
HSL color Cylindrical-coordinate representation of color #8C535F: hue angle of 347.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 #8C535F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 95 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.45 |
| HSL | 347.37º | 0.26% | 0.44% | - |
| HSV(B) | 347.37º | 0.41% | 0.55% | - |
| XYZ | 15.97 | 12.59 | 12.41 | - |
| YUV | 101.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 95 | 0 | 0.41 | 0.32 | 0.45 | 347.37 | 0.26 | 0.44 |
| Hex | 8C | 53 | 5F | 0 | 29 | 20 | 2D | 15B | 1A | 2C |
| Octal | 214 | 123 | 137 | 0 | 51 | 40 | 55 | 533 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1011111 | 0 | 101001 | 100000 | 101101 | 101011011 | 11010 | 101100 |
Color Harmonies of #8C535F
Complementary color
Monochromatic Colors of #8C535F
Black with #8C535F
Text Example
Text Example
White with #8C535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C535F; }
p { color: rgb(140,83,95); }
H1.HeaderClassName
{
color: #8C535F;
}
.AnyTagClassName
{
color: #8C535F;
}
</style>
background-color css
<style>
a { background-color: #8C535F; }
a { background-color: rgb(140,83,95); }
div.DivClassName
{
background-color: #8C535F;
}
.BgClassName
{
background-color: #8C535F;
}
</style>
border-color css
<style>
span { border-color: #8C535F; }
span { border-color: rgb(140,83,95); }
td.TdClassName
{
border-color: #8C535F;
}
.TagClassName
{
border-color: #8C535F;
}
</style>