Shades of Cannon Pink #865462
Tints of Cannon Pink #865462
RGB
CMYK
RGB Variations
Color information
#865462 (or 0x865462) is known color: Cannon Pink. HEX triplet: 86, 54 and 62. RGB value is (134,84,98). Sum of RGB (Red+Green+Blue) = 134+84+98=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #865462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865462 is #79AB9D. Grayscale: #646464. Windows color (decimal): -7973790 or 6444166. OLE color: 6444166.
HSL color Cylindrical-coordinate representation of color #865462: hue angle of 343.2º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865462 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 84 | 98 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.47 |
| HSL | 343.2º | 0.23% | 0.43% | - |
| HSV(B) | 343.2º | 0.37% | 0.53% | - |
| XYZ | 15.21 | 12.29 | 13.13 | - |
| YUV | 100.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 98 | 0 | 0.37 | 0.27 | 0.47 | 343.2 | 0.23 | 0.43 |
| Hex | 86 | 54 | 62 | 0 | 25 | 1B | 2F | 157 | 17 | 2B |
| Octal | 206 | 124 | 142 | 0 | 45 | 33 | 57 | 527 | 27 | 53 |
| Binary | 10000110 | 1010100 | 1100010 | 0 | 100101 | 11011 | 101111 | 101010111 | 10111 | 101011 |
Color Harmonies of #865462
Complementary color
Monochromatic Colors of #865462
Black with #865462
Text Example
Text Example
White with #865462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865462; }
p { color: rgb(134,84,98); }
H1.HeaderClassName
{
color: #865462;
}
.AnyTagClassName
{
color: #865462;
}
</style>
background-color css
<style>
a { background-color: #865462; }
a { background-color: rgb(134,84,98); }
div.DivClassName
{
background-color: #865462;
}
.BgClassName
{
background-color: #865462;
}
</style>
border-color css
<style>
span { border-color: #865462; }
span { border-color: rgb(134,84,98); }
td.TdClassName
{
border-color: #865462;
}
.TagClassName
{
border-color: #865462;
}
</style>