Shades of Cannon Pink #865360
Tints of Cannon Pink #865360
RGB
CMYK
RGB Variations
Color information
#865360 (or 0x865360) is known color: Cannon Pink. HEX triplet: 86, 53 and 60. RGB value is (134,83,96). Sum of RGB (Red+Green+Blue) = 134+83+96=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865360 is #79AC9F. Grayscale: #636363. Windows color (decimal): -7974048 or 6312838. OLE color: 6312838.
HSL color Cylindrical-coordinate representation of color #865360: hue angle of 344.71º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865360 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 96 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.47 |
| HSL | 344.71º | 0.24% | 0.43% | - |
| HSV(B) | 344.71º | 0.38% | 0.53% | - |
| XYZ | 15.04 | 12.1 | 12.61 | - |
| YUV | 99.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 96 | 0 | 0.38 | 0.28 | 0.47 | 344.71 | 0.24 | 0.43 |
| Hex | 86 | 53 | 60 | 0 | 26 | 1C | 2F | 159 | 18 | 2B |
| Octal | 206 | 123 | 140 | 0 | 46 | 34 | 57 | 531 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1100000 | 0 | 100110 | 11100 | 101111 | 101011001 | 11000 | 101011 |
Color Harmonies of #865360
Complementary color
Monochromatic Colors of #865360
Black with #865360
Text Example
Text Example
White with #865360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865360; }
p { color: rgb(134,83,96); }
H1.HeaderClassName
{
color: #865360;
}
.AnyTagClassName
{
color: #865360;
}
</style>
background-color css
<style>
a { background-color: #865360; }
a { background-color: rgb(134,83,96); }
div.DivClassName
{
background-color: #865360;
}
.BgClassName
{
background-color: #865360;
}
</style>
border-color css
<style>
span { border-color: #865360; }
span { border-color: rgb(134,83,96); }
td.TdClassName
{
border-color: #865360;
}
.TagClassName
{
border-color: #865360;
}
</style>