Shades of Cannon Pink #864D66
Tints of Cannon Pink #864D66
RGB
CMYK
RGB Variations
Color information
#864D66 (or 0x864D66) is known color: Cannon Pink. HEX triplet: 86, 4D and 66. RGB value is (134,77,102). Sum of RGB (Red+Green+Blue) = 134+77+102=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #864D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864D66 is #79B299. Grayscale: #606060. Windows color (decimal): -7975578 or 6704518. OLE color: 6704518.
HSL color Cylindrical-coordinate representation of color #864D66: hue angle of 333.68º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864D66 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 102 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.47 |
| HSL | 333.68º | 0.27% | 0.41% | - |
| HSV(B) | 333.68º | 0.43% | 0.53% | - |
| XYZ | 14.88 | 11.34 | 13.97 | - |
| YUV | 96.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 102 | 0 | 0.43 | 0.24 | 0.47 | 333.68 | 0.27 | 0.41 |
| Hex | 86 | 4D | 66 | 0 | 2B | 18 | 2F | 14E | 1B | 29 |
| Octal | 206 | 115 | 146 | 0 | 53 | 30 | 57 | 516 | 33 | 51 |
| Binary | 10000110 | 1001101 | 1100110 | 0 | 101011 | 11000 | 101111 | 101001110 | 11011 | 101001 |
Color Harmonies of #864D66
Complementary color
Monochromatic Colors of #864D66
Black with #864D66
Text Example
Text Example
White with #864D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D66; }
p { color: rgb(134,77,102); }
H1.HeaderClassName
{
color: #864D66;
}
.AnyTagClassName
{
color: #864D66;
}
</style>
background-color css
<style>
a { background-color: #864D66; }
a { background-color: rgb(134,77,102); }
div.DivClassName
{
background-color: #864D66;
}
.BgClassName
{
background-color: #864D66;
}
</style>
border-color css
<style>
span { border-color: #864D66; }
span { border-color: rgb(134,77,102); }
td.TdClassName
{
border-color: #864D66;
}
.TagClassName
{
border-color: #864D66;
}
</style>