Shades of Cannon Pink #83515E
Tints of Cannon Pink #83515E
RGB
CMYK
RGB Variations
Color information
#83515E (or 0x83515E) is known color: Cannon Pink. HEX triplet: 83, 51 and 5E. RGB value is (131,81,94). Sum of RGB (Red+Green+Blue) = 131+81+94=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83515E is #7CAEA1. Grayscale: #616161. Windows color (decimal): -8171170 or 6181251. OLE color: 6181251.
HSL color Cylindrical-coordinate representation of color #83515E: hue angle of 344.4º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83515E is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 81 | 94 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.49 |
| HSL | 344.4º | 0.24% | 0.42% | - |
| HSV(B) | 344.4º | 0.38% | 0.51% | - |
| XYZ | 14.32 | 11.52 | 12.06 | - |
| YUV | 97.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 94 | 0 | 0.38 | 0.28 | 0.49 | 344.4 | 0.24 | 0.42 |
| Hex | 83 | 51 | 5E | 0 | 26 | 1C | 31 | 158 | 18 | 2A |
| Octal | 203 | 121 | 136 | 0 | 46 | 34 | 61 | 530 | 30 | 52 |
| Binary | 10000011 | 1010001 | 1011110 | 0 | 100110 | 11100 | 110001 | 101011000 | 11000 | 101010 |
Color Harmonies of #83515E
Complementary color
Monochromatic Colors of #83515E
Black with #83515E
Text Example
Text Example
White with #83515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83515E; }
p { color: rgb(131,81,94); }
H1.HeaderClassName
{
color: #83515E;
}
.AnyTagClassName
{
color: #83515E;
}
</style>
background-color css
<style>
a { background-color: #83515E; }
a { background-color: rgb(131,81,94); }
div.DivClassName
{
background-color: #83515E;
}
.BgClassName
{
background-color: #83515E;
}
</style>
border-color css
<style>
span { border-color: #83515E; }
span { border-color: rgb(131,81,94); }
td.TdClassName
{
border-color: #83515E;
}
.TagClassName
{
border-color: #83515E;
}
</style>