Shades of Cannon Pink #865263
Tints of Cannon Pink #865263
RGB
CMYK
RGB Variations
Color information
#865263 (or 0x865263) is known color: Cannon Pink. HEX triplet: 86, 52 and 63. RGB value is (134,82,99). Sum of RGB (Red+Green+Blue) = 134+82+99=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 99 (39.06% from 255 or 31.43% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #865263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865263 is #79AD9C. Grayscale: #636363. Windows color (decimal): -7974301 or 6509190. OLE color: 6509190.
HSL color Cylindrical-coordinate representation of color #865263: hue angle of 340.38º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #865263 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 99 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.47 |
| HSL | 340.38º | 0.24% | 0.42% | - |
| HSV(B) | 340.38º | 0.39% | 0.53% | - |
| XYZ | 15.1 | 12 | 13.33 | - |
| YUV | 99.49 | 127.73 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 99 | 0 | 0.39 | 0.26 | 0.47 | 340.38 | 0.24 | 0.42 |
| Hex | 86 | 52 | 63 | 0 | 27 | 1A | 2F | 154 | 18 | 2A |
| Octal | 206 | 122 | 143 | 0 | 47 | 32 | 57 | 524 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1100011 | 0 | 100111 | 11010 | 101111 | 101010100 | 11000 | 101010 |
Color Harmonies of #865263
Complementary color
Monochromatic Colors of #865263
Black with #865263
Text Example
Text Example
White with #865263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865263; }
p { color: rgb(134,82,99); }
H1.HeaderClassName
{
color: #865263;
}
.AnyTagClassName
{
color: #865263;
}
</style>
background-color css
<style>
a { background-color: #865263; }
a { background-color: rgb(134,82,99); }
div.DivClassName
{
background-color: #865263;
}
.BgClassName
{
background-color: #865263;
}
</style>
border-color css
<style>
span { border-color: #865263; }
span { border-color: rgb(134,82,99); }
td.TdClassName
{
border-color: #865263;
}
.TagClassName
{
border-color: #865263;
}
</style>