Shades of Cannon Pink #865261
Tints of Cannon Pink #865261
RGB
CMYK
RGB Variations
Color information
#865261 (or 0x865261) is known color: Cannon Pink. HEX triplet: 86, 52 and 61. RGB value is (134,82,97). Sum of RGB (Red+Green+Blue) = 134+82+97=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #865261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865261 is #79AD9E. Grayscale: #636363. Windows color (decimal): -7974303 or 6378118. OLE color: 6378118.
HSL color Cylindrical-coordinate representation of color #865261: hue angle of 342.69º 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 #865261 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 82 | 97 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.47 |
| HSL | 342.69º | 0.24% | 0.42% | - |
| HSV(B) | 342.69º | 0.39% | 0.53% | - |
| XYZ | 15.01 | 11.97 | 12.83 | - |
| YUV | 99.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 97 | 0 | 0.39 | 0.28 | 0.47 | 342.69 | 0.24 | 0.42 |
| Hex | 86 | 52 | 61 | 0 | 27 | 1C | 2F | 157 | 18 | 2A |
| Octal | 206 | 122 | 141 | 0 | 47 | 34 | 57 | 527 | 30 | 52 |
| Binary | 10000110 | 1010010 | 1100001 | 0 | 100111 | 11100 | 101111 | 101010111 | 11000 | 101010 |
Color Harmonies of #865261
Complementary color
Monochromatic Colors of #865261
Black with #865261
Text Example
Text Example
White with #865261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865261; }
p { color: rgb(134,82,97); }
H1.HeaderClassName
{
color: #865261;
}
.AnyTagClassName
{
color: #865261;
}
</style>
background-color css
<style>
a { background-color: #865261; }
a { background-color: rgb(134,82,97); }
div.DivClassName
{
background-color: #865261;
}
.BgClassName
{
background-color: #865261;
}
</style>
border-color css
<style>
span { border-color: #865261; }
span { border-color: rgb(134,82,97); }
td.TdClassName
{
border-color: #865261;
}
.TagClassName
{
border-color: #865261;
}
</style>