Shades of Cannon Pink #83505E
Tints of Cannon Pink #83505E
RGB
CMYK
RGB Variations
Color information
#83505E (or 0x83505E) is known color: Cannon Pink. HEX triplet: 83, 50 and 5E. RGB value is (131,80,94). Sum of RGB (Red+Green+Blue) = 131+80+94=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83505E is #7CAFA1. Grayscale: #606060. Windows color (decimal): -8171426 or 6180995. OLE color: 6180995.
HSL color Cylindrical-coordinate representation of color #83505E: hue angle of 343.53º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83505E is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 80 | 94 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.49 |
| HSL | 343.53º | 0.24% | 0.41% | - |
| HSV(B) | 343.53º | 0.39% | 0.51% | - |
| XYZ | 14.25 | 11.37 | 12.03 | - |
| YUV | 96.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 94 | 0 | 0.39 | 0.28 | 0.49 | 343.53 | 0.24 | 0.41 |
| Hex | 83 | 50 | 5E | 0 | 27 | 1C | 31 | 158 | 18 | 29 |
| Octal | 203 | 120 | 136 | 0 | 47 | 34 | 61 | 530 | 30 | 51 |
| Binary | 10000011 | 1010000 | 1011110 | 0 | 100111 | 11100 | 110001 | 101011000 | 11000 | 101001 |
Color Harmonies of #83505E
Complementary color
Monochromatic Colors of #83505E
Black with #83505E
Text Example
Text Example
White with #83505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83505E; }
p { color: rgb(131,80,94); }
H1.HeaderClassName
{
color: #83505E;
}
.AnyTagClassName
{
color: #83505E;
}
</style>
background-color css
<style>
a { background-color: #83505E; }
a { background-color: rgb(131,80,94); }
div.DivClassName
{
background-color: #83505E;
}
.BgClassName
{
background-color: #83505E;
}
</style>
border-color css
<style>
span { border-color: #83505E; }
span { border-color: rgb(131,80,94); }
td.TdClassName
{
border-color: #83505E;
}
.TagClassName
{
border-color: #83505E;
}
</style>