Shades of Cannon Pink #865663
Tints of Cannon Pink #865663
RGB
CMYK
RGB Variations
Color information
#865663 (or 0x865663) is known color: Cannon Pink. HEX triplet: 86, 56 and 63. RGB value is (134,86,99). Sum of RGB (Red+Green+Blue) = 134+86+99=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #865663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865663 is #79A99C. Grayscale: #656565. Windows color (decimal): -7973277 or 6510214. OLE color: 6510214.
HSL color Cylindrical-coordinate representation of color #865663: hue angle of 343.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865663 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 99 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.47 |
| HSL | 343.75º | 0.22% | 0.43% | - |
| HSV(B) | 343.75º | 0.36% | 0.53% | - |
| XYZ | 15.41 | 12.62 | 13.43 | - |
| YUV | 101.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 99 | 0 | 0.36 | 0.26 | 0.47 | 343.75 | 0.22 | 0.43 |
| Hex | 86 | 56 | 63 | 0 | 24 | 1A | 2F | 158 | 16 | 2B |
| Octal | 206 | 126 | 143 | 0 | 44 | 32 | 57 | 530 | 26 | 53 |
| Binary | 10000110 | 1010110 | 1100011 | 0 | 100100 | 11010 | 101111 | 101011000 | 10110 | 101011 |
Color Harmonies of #865663
Complementary color
Monochromatic Colors of #865663
Black with #865663
Text Example
Text Example
White with #865663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865663; }
p { color: rgb(134,86,99); }
H1.HeaderClassName
{
color: #865663;
}
.AnyTagClassName
{
color: #865663;
}
</style>
background-color css
<style>
a { background-color: #865663; }
a { background-color: rgb(134,86,99); }
div.DivClassName
{
background-color: #865663;
}
.BgClassName
{
background-color: #865663;
}
</style>
border-color css
<style>
span { border-color: #865663; }
span { border-color: rgb(134,86,99); }
td.TdClassName
{
border-color: #865663;
}
.TagClassName
{
border-color: #865663;
}
</style>