Shades of Cannon Pink #8C535E
Tints of Cannon Pink #8C535E
RGB
CMYK
RGB Variations
Color information
#8C535E (or 0x8C535E) is known color: Cannon Pink. HEX triplet: 8C, 53 and 5E. RGB value is (140,83,94). Sum of RGB (Red+Green+Blue) = 140+83+94=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C535E is #73ACA1. Grayscale: #656565. Windows color (decimal): -7580834 or 6181772. OLE color: 6181772.
HSL color Cylindrical-coordinate representation of color #8C535E: hue angle of 348.42º 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 #8C535E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 94 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.45 |
| HSL | 348.42º | 0.26% | 0.44% | - |
| HSV(B) | 348.42º | 0.41% | 0.55% | - |
| XYZ | 15.93 | 12.57 | 12.18 | - |
| YUV | 101.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 94 | 0 | 0.41 | 0.33 | 0.45 | 348.42 | 0.26 | 0.44 |
| Hex | 8C | 53 | 5E | 0 | 29 | 21 | 2D | 15C | 1A | 2C |
| Octal | 214 | 123 | 136 | 0 | 51 | 41 | 55 | 534 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1011110 | 0 | 101001 | 100001 | 101101 | 101011100 | 11010 | 101100 |
Color Harmonies of #8C535E
Complementary color
Monochromatic Colors of #8C535E
Black with #8C535E
Text Example
Text Example
White with #8C535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C535E; }
p { color: rgb(140,83,94); }
H1.HeaderClassName
{
color: #8C535E;
}
.AnyTagClassName
{
color: #8C535E;
}
</style>
background-color css
<style>
a { background-color: #8C535E; }
a { background-color: rgb(140,83,94); }
div.DivClassName
{
background-color: #8C535E;
}
.BgClassName
{
background-color: #8C535E;
}
</style>
border-color css
<style>
span { border-color: #8C535E; }
span { border-color: rgb(140,83,94); }
td.TdClassName
{
border-color: #8C535E;
}
.TagClassName
{
border-color: #8C535E;
}
</style>