Shades of Cannon Pink #864F67
Tints of Cannon Pink #864F67
RGB
CMYK
RGB Variations
Color information
#864F67 (or 0x864F67) is known color: Cannon Pink. HEX triplet: 86, 4F and 67. RGB value is (134,79,103). Sum of RGB (Red+Green+Blue) = 134+79+103=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F67 is #79B098. Grayscale: #626262. Windows color (decimal): -7975065 or 6770566. OLE color: 6770566.
HSL color Cylindrical-coordinate representation of color #864F67: hue angle of 333.82º 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 #864F67 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 79 | 103 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.47 |
| HSL | 333.82º | 0.26% | 0.42% | - |
| HSV(B) | 333.82º | 0.41% | 0.53% | - |
| XYZ | 15.08 | 11.64 | 14.28 | - |
| YUV | 98.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 103 | 0 | 0.41 | 0.23 | 0.47 | 333.82 | 0.26 | 0.42 |
| Hex | 86 | 4F | 67 | 0 | 29 | 17 | 2F | 14E | 1A | 2A |
| Octal | 206 | 117 | 147 | 0 | 51 | 27 | 57 | 516 | 32 | 52 |
| Binary | 10000110 | 1001111 | 1100111 | 0 | 101001 | 10111 | 101111 | 101001110 | 11010 | 101010 |
Color Harmonies of #864F67
Complementary color
Monochromatic Colors of #864F67
Black with #864F67
Text Example
Text Example
White with #864F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864F67; }
p { color: rgb(134,79,103); }
H1.HeaderClassName
{
color: #864F67;
}
.AnyTagClassName
{
color: #864F67;
}
</style>
background-color css
<style>
a { background-color: #864F67; }
a { background-color: rgb(134,79,103); }
div.DivClassName
{
background-color: #864F67;
}
.BgClassName
{
background-color: #864F67;
}
</style>
border-color css
<style>
span { border-color: #864F67; }
span { border-color: rgb(134,79,103); }
td.TdClassName
{
border-color: #864F67;
}
.TagClassName
{
border-color: #864F67;
}
</style>