Shades of Cannon Pink #835962
Tints of Cannon Pink #835962
RGB
CMYK
RGB Variations
Color information
#835962 (or 0x835962) is known color: Cannon Pink. HEX triplet: 83, 59 and 62. RGB value is (131,89,98). Sum of RGB (Red+Green+Blue) = 131+89+98=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835962 is #7CA69D. Grayscale: #666666. Windows color (decimal): -8169118 or 6445443. OLE color: 6445443.
HSL color Cylindrical-coordinate representation of color #835962: hue angle of 347.14º 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 #835962 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 89 | 98 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.49 |
| HSL | 347.14º | 0.19% | 0.43% | - |
| HSV(B) | 347.14º | 0.32% | 0.51% | - |
| XYZ | 15.14 | 12.85 | 13.24 | - |
| YUV | 102.58 | 125.41 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 89 | 98 | 0 | 0.32 | 0.25 | 0.49 | 347.14 | 0.19 | 0.43 |
| Hex | 83 | 59 | 62 | 0 | 20 | 19 | 31 | 15B | 13 | 2B |
| Octal | 203 | 131 | 142 | 0 | 40 | 31 | 61 | 533 | 23 | 53 |
| Binary | 10000011 | 1011001 | 1100010 | 0 | 100000 | 11001 | 110001 | 101011011 | 10011 | 101011 |
Color Harmonies of #835962
Complementary color
Monochromatic Colors of #835962
Black with #835962
Text Example
Text Example
White with #835962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835962; }
p { color: rgb(131,89,98); }
H1.HeaderClassName
{
color: #835962;
}
.AnyTagClassName
{
color: #835962;
}
</style>
background-color css
<style>
a { background-color: #835962; }
a { background-color: rgb(131,89,98); }
div.DivClassName
{
background-color: #835962;
}
.BgClassName
{
background-color: #835962;
}
</style>
border-color css
<style>
span { border-color: #835962; }
span { border-color: rgb(131,89,98); }
td.TdClassName
{
border-color: #835962;
}
.TagClassName
{
border-color: #835962;
}
</style>