Shades of Cannon Pink #835666
Tints of Cannon Pink #835666
RGB
CMYK
RGB Variations
Color information
#835666 (or 0x835666) is known color: Cannon Pink. HEX triplet: 83, 56 and 66. RGB value is (131,86,102). Sum of RGB (Red+Green+Blue) = 131+86+102=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #835666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835666 is #7CA999. Grayscale: #656565. Windows color (decimal): -8169882 or 6706819. OLE color: 6706819.
HSL color Cylindrical-coordinate representation of color #835666: hue angle of 338.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835666 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 86 | 102 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.49 |
| HSL | 338.67º | 0.21% | 0.43% | - |
| HSV(B) | 338.67º | 0.34% | 0.51% | - |
| XYZ | 15.09 | 12.44 | 14.18 | - |
| YUV | 101.28 | 128.41 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 86 | 102 | 0 | 0.34 | 0.22 | 0.49 | 338.67 | 0.21 | 0.43 |
| Hex | 83 | 56 | 66 | 0 | 22 | 16 | 31 | 153 | 15 | 2B |
| Octal | 203 | 126 | 146 | 0 | 42 | 26 | 61 | 523 | 25 | 53 |
| Binary | 10000011 | 1010110 | 1100110 | 0 | 100010 | 10110 | 110001 | 101010011 | 10101 | 101011 |
Color Harmonies of #835666
Complementary color
Monochromatic Colors of #835666
Black with #835666
Text Example
Text Example
White with #835666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835666; }
p { color: rgb(131,86,102); }
H1.HeaderClassName
{
color: #835666;
}
.AnyTagClassName
{
color: #835666;
}
</style>
background-color css
<style>
a { background-color: #835666; }
a { background-color: rgb(131,86,102); }
div.DivClassName
{
background-color: #835666;
}
.BgClassName
{
background-color: #835666;
}
</style>
border-color css
<style>
span { border-color: #835666; }
span { border-color: rgb(131,86,102); }
td.TdClassName
{
border-color: #835666;
}
.TagClassName
{
border-color: #835666;
}
</style>