Shades of Cannon Pink #8C4969
Tints of Cannon Pink #8C4969
RGB
CMYK
RGB Variations
Color information
#8C4969 (or 0x8C4969) is known color: Cannon Pink. HEX triplet: 8C, 49 and 69. RGB value is (140,73,105). Sum of RGB (Red+Green+Blue) = 140+73+105=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 105 (41.41% from 255 or 33.02% from 318); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4969 is #73B696. Grayscale: #606060. Windows color (decimal): -7583383 or 6900108. OLE color: 6900108.
HSL color Cylindrical-coordinate representation of color #8C4969: hue angle of 331.34º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C4969 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 105 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.45 |
| HSL | 331.34º | 0.31% | 0.42% | - |
| HSV(B) | 331.34º | 0.48% | 0.55% | - |
| XYZ | 15.75 | 11.36 | 14.73 | - |
| YUV | 96.68 | 132.7 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 105 | 0 | 0.48 | 0.25 | 0.45 | 331.34 | 0.31 | 0.42 |
| Hex | 8C | 49 | 69 | 0 | 30 | 19 | 2D | 14B | 1F | 2A |
| Octal | 214 | 111 | 151 | 0 | 60 | 31 | 55 | 513 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1101001 | 0 | 110000 | 11001 | 101101 | 101001011 | 11111 | 101010 |
Color Harmonies of #8C4969
Complementary color
Monochromatic Colors of #8C4969
Black with #8C4969
Text Example
Text Example
White with #8C4969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4969; }
p { color: rgb(140,73,105); }
H1.HeaderClassName
{
color: #8C4969;
}
.AnyTagClassName
{
color: #8C4969;
}
</style>
background-color css
<style>
a { background-color: #8C4969; }
a { background-color: rgb(140,73,105); }
div.DivClassName
{
background-color: #8C4969;
}
.BgClassName
{
background-color: #8C4969;
}
</style>
border-color css
<style>
span { border-color: #8C4969; }
span { border-color: rgb(140,73,105); }
td.TdClassName
{
border-color: #8C4969;
}
.TagClassName
{
border-color: #8C4969;
}
</style>