Shades of Cannon Pink #8C5967
Tints of Cannon Pink #8C5967
RGB
CMYK
RGB Variations
Color information
#8C5967 (or 0x8C5967) is known color: Cannon Pink. HEX triplet: 8C, 59 and 67. RGB value is (140,89,103). Sum of RGB (Red+Green+Blue) = 140+89+103=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5967 is #73A698. Grayscale: #696969. Windows color (decimal): -7579289 or 6773132. OLE color: 6773132.
HSL color Cylindrical-coordinate representation of color #8C5967: hue angle of 343.53º 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 #8C5967 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 89 | 103 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.45 |
| HSL | 343.53º | 0.22% | 0.45% | - |
| HSV(B) | 343.53º | 0.36% | 0.55% | - |
| XYZ | 16.84 | 13.7 | 14.59 | - |
| YUV | 105.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 89 | 103 | 0 | 0.36 | 0.26 | 0.45 | 343.53 | 0.22 | 0.45 |
| Hex | 8C | 59 | 67 | 0 | 24 | 1A | 2D | 158 | 16 | 2D |
| Octal | 214 | 131 | 147 | 0 | 44 | 32 | 55 | 530 | 26 | 55 |
| Binary | 10001100 | 1011001 | 1100111 | 0 | 100100 | 11010 | 101101 | 101011000 | 10110 | 101101 |
Color Harmonies of #8C5967
Complementary color
Monochromatic Colors of #8C5967
Black with #8C5967
Text Example
Text Example
White with #8C5967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5967; }
p { color: rgb(140,89,103); }
H1.HeaderClassName
{
color: #8C5967;
}
.AnyTagClassName
{
color: #8C5967;
}
</style>
background-color css
<style>
a { background-color: #8C5967; }
a { background-color: rgb(140,89,103); }
div.DivClassName
{
background-color: #8C5967;
}
.BgClassName
{
background-color: #8C5967;
}
</style>
border-color css
<style>
span { border-color: #8C5967; }
span { border-color: rgb(140,89,103); }
td.TdClassName
{
border-color: #8C5967;
}
.TagClassName
{
border-color: #8C5967;
}
</style>