Shades of Cannon Pink #865363
Tints of Cannon Pink #865363
RGB
CMYK
RGB Variations
Color information
#865363 (or 0x865363) is known color: Cannon Pink. HEX triplet: 86, 53 and 63. RGB value is (134,83,99). Sum of RGB (Red+Green+Blue) = 134+83+99=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865363 is #79AC9C. Grayscale: #646464. Windows color (decimal): -7974045 or 6509446. OLE color: 6509446.
HSL color Cylindrical-coordinate representation of color #865363: hue angle of 341.18º 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 #865363 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 83 | 99 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.47 |
| HSL | 341.18º | 0.24% | 0.43% | - |
| HSV(B) | 341.18º | 0.38% | 0.53% | - |
| XYZ | 15.18 | 12.16 | 13.35 | - |
| YUV | 100.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 83 | 99 | 0 | 0.38 | 0.26 | 0.47 | 341.18 | 0.24 | 0.43 |
| Hex | 86 | 53 | 63 | 0 | 26 | 1A | 2F | 155 | 18 | 2B |
| Octal | 206 | 123 | 143 | 0 | 46 | 32 | 57 | 525 | 30 | 53 |
| Binary | 10000110 | 1010011 | 1100011 | 0 | 100110 | 11010 | 101111 | 101010101 | 11000 | 101011 |
Color Harmonies of #865363
Complementary color
Monochromatic Colors of #865363
Black with #865363
Text Example
Text Example
White with #865363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865363; }
p { color: rgb(134,83,99); }
H1.HeaderClassName
{
color: #865363;
}
.AnyTagClassName
{
color: #865363;
}
</style>
background-color css
<style>
a { background-color: #865363; }
a { background-color: rgb(134,83,99); }
div.DivClassName
{
background-color: #865363;
}
.BgClassName
{
background-color: #865363;
}
</style>
border-color css
<style>
span { border-color: #865363; }
span { border-color: rgb(134,83,99); }
td.TdClassName
{
border-color: #865363;
}
.TagClassName
{
border-color: #865363;
}
</style>