Shades of Cannon Pink #8C5964
Tints of Cannon Pink #8C5964
RGB
CMYK
RGB Variations
Color information
#8C5964 (or 0x8C5964) is known color: Cannon Pink. HEX triplet: 8C, 59 and 64. RGB value is (140,89,100). Sum of RGB (Red+Green+Blue) = 140+89+100=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5964 is #73A69B. Grayscale: #696969. Windows color (decimal): -7579292 or 6576524. OLE color: 6576524.
HSL color Cylindrical-coordinate representation of color #8C5964: hue angle of 347.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5964 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 100 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.45 |
| HSL | 347.06º | 0.22% | 0.45% | - |
| HSV(B) | 347.06º | 0.36% | 0.55% | - |
| XYZ | 16.69 | 13.64 | 13.81 | - |
| YUV | 105.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 100 | 0 | 0.36 | 0.29 | 0.45 | 347.06 | 0.22 | 0.45 |
| Hex | 8C | 59 | 64 | 0 | 24 | 1D | 2D | 15B | 16 | 2D |
| Octal | 214 | 131 | 144 | 0 | 44 | 35 | 55 | 533 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1100100 | 0 | 100100 | 11101 | 101101 | 101011011 | 10110 | 101101 |
Color Harmonies of #8C5964
Complementary color
Monochromatic Colors of #8C5964
Black with #8C5964
Text Example
Text Example
White with #8C5964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5964; }
p { color: rgb(140,89,100); }
H1.HeaderClassName
{
color: #8C5964;
}
.AnyTagClassName
{
color: #8C5964;
}
</style>
background-color css
<style>
a { background-color: #8C5964; }
a { background-color: rgb(140,89,100); }
div.DivClassName
{
background-color: #8C5964;
}
.BgClassName
{
background-color: #8C5964;
}
</style>
border-color css
<style>
span { border-color: #8C5964; }
span { border-color: rgb(140,89,100); }
td.TdClassName
{
border-color: #8C5964;
}
.TagClassName
{
border-color: #8C5964;
}
</style>