Shades of Cannon Pink #835B60
Tints of Cannon Pink #835B60
RGB
CMYK
RGB Variations
Color information
#835B60 (or 0x835B60) is known color: Cannon Pink. HEX triplet: 83, 5B and 60. RGB value is (131,91,96). Sum of RGB (Red+Green+Blue) = 131+91+96=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B60 is #7CA49F. Grayscale: #676767. Windows color (decimal): -8168608 or 6314883. OLE color: 6314883.
HSL color Cylindrical-coordinate representation of color #835B60: hue angle of 352.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B60 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 96 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.49 |
| HSL | 352.5º | 0.18% | 0.44% | - |
| HSV(B) | 352.5º | 0.31% | 0.51% | - |
| XYZ | 15.21 | 13.15 | 12.8 | - |
| YUV | 103.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 96 | 0 | 0.31 | 0.27 | 0.49 | 352.5 | 0.18 | 0.44 |
| Hex | 83 | 5B | 60 | 0 | 1F | 1B | 31 | 160 | 12 | 2C |
| Octal | 203 | 133 | 140 | 0 | 37 | 33 | 61 | 540 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1100000 | 0 | 11111 | 11011 | 110001 | 101100000 | 10010 | 101100 |
Color Harmonies of #835B60
Complementary color
Monochromatic Colors of #835B60
Black with #835B60
Text Example
Text Example
White with #835B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B60; }
p { color: rgb(131,91,96); }
H1.HeaderClassName
{
color: #835B60;
}
.AnyTagClassName
{
color: #835B60;
}
</style>
background-color css
<style>
a { background-color: #835B60; }
a { background-color: rgb(131,91,96); }
div.DivClassName
{
background-color: #835B60;
}
.BgClassName
{
background-color: #835B60;
}
</style>
border-color css
<style>
span { border-color: #835B60; }
span { border-color: rgb(131,91,96); }
td.TdClassName
{
border-color: #835B60;
}
.TagClassName
{
border-color: #835B60;
}
</style>