Shades of Cannon Pink #864B5E
Tints of Cannon Pink #864B5E
RGB
CMYK
RGB Variations
Color information
#864B5E (or 0x864B5E) is known color: Cannon Pink. HEX triplet: 86, 4B and 5E. RGB value is (134,75,94). Sum of RGB (Red+Green+Blue) = 134+75+94=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #864B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864B5E is #79B4A1. Grayscale: #5E5E5E. Windows color (decimal): -7976098 or 6179718. OLE color: 6179718.
HSL color Cylindrical-coordinate representation of color #864B5E: hue angle of 340.68º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #864B5E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 75 | 94 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.47 |
| HSL | 340.68º | 0.28% | 0.41% | - |
| HSV(B) | 340.68º | 0.44% | 0.53% | - |
| XYZ | 14.37 | 10.91 | 11.94 | - |
| YUV | 94.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 75 | 94 | 0 | 0.44 | 0.30 | 0.47 | 340.68 | 0.28 | 0.41 |
| Hex | 86 | 4B | 5E | 0 | 2C | 1E | 2F | 155 | 1C | 29 |
| Octal | 206 | 113 | 136 | 0 | 54 | 36 | 57 | 525 | 34 | 51 |
| Binary | 10000110 | 1001011 | 1011110 | 0 | 101100 | 11110 | 101111 | 101010101 | 11100 | 101001 |
Color Harmonies of #864B5E
Complementary color
Monochromatic Colors of #864B5E
Black with #864B5E
Text Example
Text Example
White with #864B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864B5E; }
p { color: rgb(134,75,94); }
H1.HeaderClassName
{
color: #864B5E;
}
.AnyTagClassName
{
color: #864B5E;
}
</style>
background-color css
<style>
a { background-color: #864B5E; }
a { background-color: rgb(134,75,94); }
div.DivClassName
{
background-color: #864B5E;
}
.BgClassName
{
background-color: #864B5E;
}
</style>
border-color css
<style>
span { border-color: #864B5E; }
span { border-color: rgb(134,75,94); }
td.TdClassName
{
border-color: #864B5E;
}
.TagClassName
{
border-color: #864B5E;
}
</style>