Shades of Cannon Pink #8C476C
Tints of Cannon Pink #8C476C
RGB
CMYK
RGB Variations
Color information
#8C476C (or 0x8C476C) is known color: Cannon Pink. HEX triplet: 8C, 47 and 6C. RGB value is (140,71,108). Sum of RGB (Red+Green+Blue) = 140+71+108=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 140 - color contains mainly: red. Hex color #8C476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C476C is #73B893. Grayscale: #5F5F5F. Windows color (decimal): -7583892 or 7096204. OLE color: 7096204.
HSL color Cylindrical-coordinate representation of color #8C476C: hue angle of 327.83º 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 #8C476C is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 108 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.45 |
| HSL | 327.83º | 0.33% | 0.41% | - |
| HSV(B) | 327.83º | 0.49% | 0.55% | - |
| XYZ | 15.78 | 11.16 | 15.51 | - |
| YUV | 95.85 | 134.86 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 108 | 0 | 0.49 | 0.23 | 0.45 | 327.83 | 0.33 | 0.41 |
| Hex | 8C | 47 | 6C | 0 | 31 | 17 | 2D | 148 | 21 | 29 |
| Octal | 214 | 107 | 154 | 0 | 61 | 27 | 55 | 510 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1101100 | 0 | 110001 | 10111 | 101101 | 101001000 | 100001 | 101001 |
Color Harmonies of #8C476C
Complementary color
Monochromatic Colors of #8C476C
Black with #8C476C
Text Example
Text Example
White with #8C476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C476C; }
p { color: rgb(140,71,108); }
H1.HeaderClassName
{
color: #8C476C;
}
.AnyTagClassName
{
color: #8C476C;
}
</style>
background-color css
<style>
a { background-color: #8C476C; }
a { background-color: rgb(140,71,108); }
div.DivClassName
{
background-color: #8C476C;
}
.BgClassName
{
background-color: #8C476C;
}
</style>
border-color css
<style>
span { border-color: #8C476C; }
span { border-color: rgb(140,71,108); }
td.TdClassName
{
border-color: #8C476C;
}
.TagClassName
{
border-color: #8C476C;
}
</style>