Shades of Cannon Pink #835B62
Tints of Cannon Pink #835B62
RGB
CMYK
RGB Variations
Color information
#835B62 (or 0x835B62) is known color: Cannon Pink. HEX triplet: 83, 5B and 62. RGB value is (131,91,98). Sum of RGB (Red+Green+Blue) = 131+91+98=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #835B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B62 is #7CA49D. Grayscale: #676767. Windows color (decimal): -8168606 or 6445955. OLE color: 6445955.
HSL color Cylindrical-coordinate representation of color #835B62: hue angle of 349.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 #835B62 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 98 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.49 |
| HSL | 349.5º | 0.18% | 0.44% | - |
| HSV(B) | 349.5º | 0.31% | 0.51% | - |
| XYZ | 15.31 | 13.19 | 13.29 | - |
| YUV | 103.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 98 | 0 | 0.31 | 0.25 | 0.49 | 349.5 | 0.18 | 0.44 |
| Hex | 83 | 5B | 62 | 0 | 1F | 19 | 31 | 15E | 12 | 2C |
| Octal | 203 | 133 | 142 | 0 | 37 | 31 | 61 | 536 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1100010 | 0 | 11111 | 11001 | 110001 | 101011110 | 10010 | 101100 |
Color Harmonies of #835B62
Complementary color
Monochromatic Colors of #835B62
Black with #835B62
Text Example
Text Example
White with #835B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B62; }
p { color: rgb(131,91,98); }
H1.HeaderClassName
{
color: #835B62;
}
.AnyTagClassName
{
color: #835B62;
}
</style>
background-color css
<style>
a { background-color: #835B62; }
a { background-color: rgb(131,91,98); }
div.DivClassName
{
background-color: #835B62;
}
.BgClassName
{
background-color: #835B62;
}
</style>
border-color css
<style>
span { border-color: #835B62; }
span { border-color: rgb(131,91,98); }
td.TdClassName
{
border-color: #835B62;
}
.TagClassName
{
border-color: #835B62;
}
</style>