Shades of Cannon Pink #8C475F
Tints of Cannon Pink #8C475F
RGB
CMYK
RGB Variations
Color information
#8C475F (or 0x8C475F) is known color: Cannon Pink. HEX triplet: 8C, 47 and 5F. RGB value is (140,71,95). Sum of RGB (Red+Green+Blue) = 140+71+95=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C475F is #73B8A0. Grayscale: #5E5E5E. Windows color (decimal): -7583905 or 6244236. OLE color: 6244236.
HSL color Cylindrical-coordinate representation of color #8C475F: hue angle of 339.13º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C475F is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 95 | - |
| CMYK | 0 | 0.49 | 0.32 | 0.45 |
| HSL | 339.13º | 0.33% | 0.41% | - |
| HSV(B) | 339.13º | 0.49% | 0.55% | - |
| XYZ | 15.13 | 10.91 | 12.13 | - |
| YUV | 94.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 95 | 0 | 0.49 | 0.32 | 0.45 | 339.13 | 0.33 | 0.41 |
| Hex | 8C | 47 | 5F | 0 | 31 | 20 | 2D | 153 | 21 | 29 |
| Octal | 214 | 107 | 137 | 0 | 61 | 40 | 55 | 523 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1011111 | 0 | 110001 | 100000 | 101101 | 101010011 | 100001 | 101001 |
Color Harmonies of #8C475F
Complementary color
Monochromatic Colors of #8C475F
Black with #8C475F
Text Example
Text Example
White with #8C475F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C475F; }
p { color: rgb(140,71,95); }
H1.HeaderClassName
{
color: #8C475F;
}
.AnyTagClassName
{
color: #8C475F;
}
</style>
background-color css
<style>
a { background-color: #8C475F; }
a { background-color: rgb(140,71,95); }
div.DivClassName
{
background-color: #8C475F;
}
.BgClassName
{
background-color: #8C475F;
}
</style>
border-color css
<style>
span { border-color: #8C475F; }
span { border-color: rgb(140,71,95); }
td.TdClassName
{
border-color: #8C475F;
}
.TagClassName
{
border-color: #8C475F;
}
</style>