Shades of Cannon Pink #835262
Tints of Cannon Pink #835262
RGB
CMYK
RGB Variations
Color information
#835262 (or 0x835262) is known color: Cannon Pink. HEX triplet: 83, 52 and 62. RGB value is (131,82,98). Sum of RGB (Red+Green+Blue) = 131+82+98=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #835262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835262 is #7CAD9D. Grayscale: #626262. Windows color (decimal): -8170910 or 6443651. OLE color: 6443651.
HSL color Cylindrical-coordinate representation of color #835262: hue angle of 340.41º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835262 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 82 | 98 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.49 |
| HSL | 340.41º | 0.23% | 0.42% | - |
| HSV(B) | 340.41º | 0.37% | 0.51% | - |
| XYZ | 14.58 | 11.74 | 13.05 | - |
| YUV | 98.48 | 127.73 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 82 | 98 | 0 | 0.37 | 0.25 | 0.49 | 340.41 | 0.23 | 0.42 |
| Hex | 83 | 52 | 62 | 0 | 25 | 19 | 31 | 154 | 17 | 2A |
| Octal | 203 | 122 | 142 | 0 | 45 | 31 | 61 | 524 | 27 | 52 |
| Binary | 10000011 | 1010010 | 1100010 | 0 | 100101 | 11001 | 110001 | 101010100 | 10111 | 101010 |
Color Harmonies of #835262
Complementary color
Monochromatic Colors of #835262
Black with #835262
Text Example
Text Example
White with #835262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835262; }
p { color: rgb(131,82,98); }
H1.HeaderClassName
{
color: #835262;
}
.AnyTagClassName
{
color: #835262;
}
</style>
background-color css
<style>
a { background-color: #835262; }
a { background-color: rgb(131,82,98); }
div.DivClassName
{
background-color: #835262;
}
.BgClassName
{
background-color: #835262;
}
</style>
border-color css
<style>
span { border-color: #835262; }
span { border-color: rgb(131,82,98); }
td.TdClassName
{
border-color: #835262;
}
.TagClassName
{
border-color: #835262;
}
</style>