Shades of Cannon Pink #865B5F
Tints of Cannon Pink #865B5F
RGB
CMYK
RGB Variations
Color information
#865B5F (or 0x865B5F) is known color: Cannon Pink. HEX triplet: 86, 5B and 5F. RGB value is (134,91,95). Sum of RGB (Red+Green+Blue) = 134+91+95=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #865B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B5F is #79A4A0. Grayscale: #686868. Windows color (decimal): -7972001 or 6249350. OLE color: 6249350.
HSL color Cylindrical-coordinate representation of color #865B5F: hue angle of 354.42º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B5F is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 95 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.47 |
| HSL | 354.42º | 0.19% | 0.44% | - |
| HSV(B) | 354.42º | 0.32% | 0.53% | - |
| XYZ | 15.64 | 13.38 | 12.58 | - |
| YUV | 104.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 95 | 0 | 0.32 | 0.29 | 0.47 | 354.42 | 0.19 | 0.44 |
| Hex | 86 | 5B | 5F | 0 | 20 | 1D | 2F | 162 | 13 | 2C |
| Octal | 206 | 133 | 137 | 0 | 40 | 35 | 57 | 542 | 23 | 54 |
| Binary | 10000110 | 1011011 | 1011111 | 0 | 100000 | 11101 | 101111 | 101100010 | 10011 | 101100 |
Color Harmonies of #865B5F
Complementary color
Monochromatic Colors of #865B5F
Black with #865B5F
Text Example
Text Example
White with #865B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B5F; }
p { color: rgb(134,91,95); }
H1.HeaderClassName
{
color: #865B5F;
}
.AnyTagClassName
{
color: #865B5F;
}
</style>
background-color css
<style>
a { background-color: #865B5F; }
a { background-color: rgb(134,91,95); }
div.DivClassName
{
background-color: #865B5F;
}
.BgClassName
{
background-color: #865B5F;
}
</style>
border-color css
<style>
span { border-color: #865B5F; }
span { border-color: rgb(134,91,95); }
td.TdClassName
{
border-color: #865B5F;
}
.TagClassName
{
border-color: #865B5F;
}
</style>