Shades of Cannon Pink #864F66
Tints of Cannon Pink #864F66
RGB
CMYK
RGB Variations
Color information
#864F66 (or 0x864F66) is known color: Cannon Pink. HEX triplet: 86, 4F and 66. RGB value is (134,79,102). Sum of RGB (Red+Green+Blue) = 134+79+102=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #864F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F66 is #79B099. Grayscale: #626262. Windows color (decimal): -7975066 or 6705030. OLE color: 6705030.
HSL color Cylindrical-coordinate representation of color #864F66: hue angle of 334.91º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #864F66 is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 79 | 102 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.47 |
| HSL | 334.91º | 0.26% | 0.42% | - |
| HSV(B) | 334.91º | 0.41% | 0.53% | - |
| XYZ | 15.03 | 11.62 | 14.02 | - |
| YUV | 98.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 102 | 0 | 0.41 | 0.24 | 0.47 | 334.91 | 0.26 | 0.42 |
| Hex | 86 | 4F | 66 | 0 | 29 | 18 | 2F | 14F | 1A | 2A |
| Octal | 206 | 117 | 146 | 0 | 51 | 30 | 57 | 517 | 32 | 52 |
| Binary | 10000110 | 1001111 | 1100110 | 0 | 101001 | 11000 | 101111 | 101001111 | 11010 | 101010 |
Color Harmonies of #864F66
Complementary color
Monochromatic Colors of #864F66
Black with #864F66
Text Example
Text Example
White with #864F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864F66; }
p { color: rgb(134,79,102); }
H1.HeaderClassName
{
color: #864F66;
}
.AnyTagClassName
{
color: #864F66;
}
</style>
background-color css
<style>
a { background-color: #864F66; }
a { background-color: rgb(134,79,102); }
div.DivClassName
{
background-color: #864F66;
}
.BgClassName
{
background-color: #864F66;
}
</style>
border-color css
<style>
span { border-color: #864F66; }
span { border-color: rgb(134,79,102); }
td.TdClassName
{
border-color: #864F66;
}
.TagClassName
{
border-color: #864F66;
}
</style>