Shades of Cannon Pink #8C5865
Tints of Cannon Pink #8C5865
RGB
CMYK
RGB Variations
Color information
#8C5865 (or 0x8C5865) is known color: Cannon Pink. HEX triplet: 8C, 58 and 65. RGB value is (140,88,101). Sum of RGB (Red+Green+Blue) = 140+88+101=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5865 is #73A79A. Grayscale: #696969. Windows color (decimal): -7579547 or 6641804. OLE color: 6641804.
HSL color Cylindrical-coordinate representation of color #8C5865: hue angle of 345º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C5865 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 88 | 101 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.45 |
| HSL | 345º | 0.23% | 0.45% | - |
| HSV(B) | 345º | 0.37% | 0.55% | - |
| XYZ | 16.65 | 13.49 | 14.04 | - |
| YUV | 105.03 | 125.73 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 88 | 101 | 0 | 0.37 | 0.28 | 0.45 | 345 | 0.23 | 0.45 |
| Hex | 8C | 58 | 65 | 0 | 25 | 1C | 2D | 159 | 17 | 2D |
| Octal | 214 | 130 | 145 | 0 | 45 | 34 | 55 | 531 | 27 | 55 |
| Binary | 10001100 | 1011000 | 1100101 | 0 | 100101 | 11100 | 101101 | 101011001 | 10111 | 101101 |
Color Harmonies of #8C5865
Complementary color
Monochromatic Colors of #8C5865
Black with #8C5865
Text Example
Text Example
White with #8C5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5865; }
p { color: rgb(140,88,101); }
H1.HeaderClassName
{
color: #8C5865;
}
.AnyTagClassName
{
color: #8C5865;
}
</style>
background-color css
<style>
a { background-color: #8C5865; }
a { background-color: rgb(140,88,101); }
div.DivClassName
{
background-color: #8C5865;
}
.BgClassName
{
background-color: #8C5865;
}
</style>
border-color css
<style>
span { border-color: #8C5865; }
span { border-color: rgb(140,88,101); }
td.TdClassName
{
border-color: #8C5865;
}
.TagClassName
{
border-color: #8C5865;
}
</style>