Shades of Cannon Pink #8C4669
Tints of Cannon Pink #8C4669
RGB
CMYK
RGB Variations
Color information
#8C4669 (or 0x8C4669) is known color: Cannon Pink. HEX triplet: 8C, 46 and 69. RGB value is (140,70,105). Sum of RGB (Red+Green+Blue) = 140+70+105=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4669 is #73B996. Grayscale: #5E5E5E. Windows color (decimal): -7584151 or 6899340. OLE color: 6899340.
HSL color Cylindrical-coordinate representation of color #8C4669: hue angle of 330º 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 #8C4669 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 70 | 105 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.45 |
| HSL | 330º | 0.33% | 0.41% | - |
| HSV(B) | 330º | 0.5% | 0.55% | - |
| XYZ | 15.56 | 10.98 | 14.66 | - |
| YUV | 94.92 | 133.69 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 70 | 105 | 0 | 0.50 | 0.25 | 0.45 | 330 | 0.33 | 0.41 |
| Hex | 8C | 46 | 69 | 0 | 32 | 19 | 2D | 14A | 21 | 29 |
| Octal | 214 | 106 | 151 | 0 | 62 | 31 | 55 | 512 | 41 | 51 |
| Binary | 10001100 | 1000110 | 1101001 | 0 | 110010 | 11001 | 101101 | 101001010 | 100001 | 101001 |
Color Harmonies of #8C4669
Complementary color
Monochromatic Colors of #8C4669
Black with #8C4669
Text Example
Text Example
White with #8C4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4669; }
p { color: rgb(140,70,105); }
H1.HeaderClassName
{
color: #8C4669;
}
.AnyTagClassName
{
color: #8C4669;
}
</style>
background-color css
<style>
a { background-color: #8C4669; }
a { background-color: rgb(140,70,105); }
div.DivClassName
{
background-color: #8C4669;
}
.BgClassName
{
background-color: #8C4669;
}
</style>
border-color css
<style>
span { border-color: #8C4669; }
span { border-color: rgb(140,70,105); }
td.TdClassName
{
border-color: #8C4669;
}
.TagClassName
{
border-color: #8C4669;
}
</style>