Shades of Cannon Pink #835966
Tints of Cannon Pink #835966
RGB
CMYK
RGB Variations
Color information
#835966 (or 0x835966) is known color: Cannon Pink. HEX triplet: 83, 59 and 66. RGB value is (131,89,102). Sum of RGB (Red+Green+Blue) = 131+89+102=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #835966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835966 is #7CA699. Grayscale: #676767. Windows color (decimal): -8169114 or 6707587. OLE color: 6707587.
HSL color Cylindrical-coordinate representation of color #835966: hue angle of 341.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #835966 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 102 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.49 |
| HSL | 341.43º | 0.19% | 0.43% | - |
| HSV(B) | 341.43º | 0.32% | 0.51% | - |
| XYZ | 15.33 | 12.93 | 14.26 | - |
| YUV | 103.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 102 | 0 | 0.32 | 0.22 | 0.49 | 341.43 | 0.19 | 0.43 |
| Hex | 83 | 59 | 66 | 0 | 20 | 16 | 31 | 155 | 13 | 2B |
| Octal | 203 | 131 | 146 | 0 | 40 | 26 | 61 | 525 | 23 | 53 |
| Binary | 10000011 | 1011001 | 1100110 | 0 | 100000 | 10110 | 110001 | 101010101 | 10011 | 101011 |
Color Harmonies of #835966
Complementary color
Monochromatic Colors of #835966
Black with #835966
Text Example
Text Example
White with #835966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835966; }
p { color: rgb(131,89,102); }
H1.HeaderClassName
{
color: #835966;
}
.AnyTagClassName
{
color: #835966;
}
</style>
background-color css
<style>
a { background-color: #835966; }
a { background-color: rgb(131,89,102); }
div.DivClassName
{
background-color: #835966;
}
.BgClassName
{
background-color: #835966;
}
</style>
border-color css
<style>
span { border-color: #835966; }
span { border-color: rgb(131,89,102); }
td.TdClassName
{
border-color: #835966;
}
.TagClassName
{
border-color: #835966;
}
</style>