Shades of Cannon Pink #8C466C
Tints of Cannon Pink #8C466C
RGB
CMYK
RGB Variations
Color information
#8C466C (or 0x8C466C) is known color: Cannon Pink. HEX triplet: 8C, 46 and 6C. RGB value is (140,70,108). Sum of RGB (Red+Green+Blue) = 140+70+108=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C466C is #73B993. Grayscale: #5F5F5F. Windows color (decimal): -7584148 or 7095948. OLE color: 7095948.
HSL color Cylindrical-coordinate representation of color #8C466C: hue angle of 327.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C466C is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 108 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.45 |
| HSL | 327.43º | 0.33% | 0.41% | - |
| HSV(B) | 327.43º | 0.5% | 0.55% | - |
| XYZ | 15.71 | 11.04 | 15.49 | - |
| YUV | 95.26 | 135.19 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 108 | 0 | 0.50 | 0.23 | 0.45 | 327.43 | 0.33 | 0.41 |
| Hex | 8C | 46 | 6C | 0 | 32 | 17 | 2D | 147 | 21 | 29 |
| Octal | 214 | 106 | 154 | 0 | 62 | 27 | 55 | 507 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1101100 | 0 | 110010 | 10111 | 101101 | 101000111 | 100001 | 101001 |
Color Harmonies of #8C466C
Complementary color
Monochromatic Colors of #8C466C
Black with #8C466C
Text Example
Text Example
White with #8C466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C466C; }
p { color: rgb(140,70,108); }
H1.HeaderClassName
{
color: #8C466C;
}
.AnyTagClassName
{
color: #8C466C;
}
</style>
background-color css
<style>
a { background-color: #8C466C; }
a { background-color: rgb(140,70,108); }
div.DivClassName
{
background-color: #8C466C;
}
.BgClassName
{
background-color: #8C466C;
}
</style>
border-color css
<style>
span { border-color: #8C466C; }
span { border-color: rgb(140,70,108); }
td.TdClassName
{
border-color: #8C466C;
}
.TagClassName
{
border-color: #8C466C;
}
</style>